Исправлены скрипты xdm

master3.3
Mike khiretskiy 11 years ago
parent 991deec19c
commit 2751cffe0d

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
env-update
/usr/sbin/env-update
source /etc/profile
source /usr/share/calculate/xdm/functions

@ -76,7 +76,7 @@ umount_user_res(){
KILL_PIDS=`fuser ${MOUNT_DIR} 2>/dev/null`
if [[ -n $KILL_PIDS ]];
then
kill -9 KILL_PIDS
kill -9 $KILL_PIDS
fi
umount "${MOUNT_DIR}"
done

Loading…
Cancel
Save