develop
asamoukin 15 years ago
parent 45c3e8abed
commit 5e90bbbacc

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

Loading…
Cancel
Save