1
1
Fork 0

commented unmount questing in audiomount, configured sudoers file for /sbin/umount

This commit is contained in:
David Starzengruber 2011-01-31 08:16:03 +01:00
parent 63aff4b329
commit 2e93bdedaf
1 changed files with 6 additions and 7 deletions

View File

@ -28,14 +28,13 @@ echo "starting rhythmbox..."
rhythmbox &> /dev/null
var="no"
while [ $var != "yes" ]; do
echo "unmounting audio storage now? [yes|no]"
read var
done
#var="no"
#while [ $var != "yes" ]; do
# echo "unmounting audio storage now? [yes|no]"
# read var
#done
echo "unmounting audio storage"
gksudo umount kitt:/data/audio
echo "audio storage now unmounted"
sleep 0.8
echo "byebye"
sleep 2