develop
asamoukin 15 years ago
parent 45c3e8abed
commit 5e90bbbacc

@ -30,11 +30,11 @@ start() {
} }
stop(){ stop(){
ebegin "Unmount domain resources" ebegin "Unmount domain resources"
if mount | grep ' /var/calculate/remote '; if [[ `mount | grep ' /var/calculate/remote '` ]];
then then
umount /var/calculate/remote umount /var/calculate/remote
fi fi
if mount | grep '/var/calculate/client-home on /home '; if [[ `mount | grep '/var/calculate/client-home on /home '` ]];
then then
umount /home umount /home
fi fi

Loading…
Cancel
Save