git-svn-id: http://svn.calculate.ru/calculate/trunk@2144 c91db197-33c1-4113-bf15-f8a5c547ca64

master
atratsevskiy 15 years ago
parent d26007ecfe
commit 897412f6ee

@ -84,6 +84,13 @@ umountres() {
done
}
if ! [ `mount | grep /mnt/scratch2` ]
then
echo "This program only works in the system, installed by Calculate with the option '--scratch'."
exit;
fi
# Перенесем resolv.conf
if [ -f /etc/resolv.conf ]
then

Loading…
Cancel
Save