]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - src/install+setup/install/mountsource.sh
Swap Size verringert und kleine Aenderung im Mountsource
[people/teissler/ipfire-2.x.git] / src / install+setup / install / mountsource.sh
index bd89b4edc445a7b6c1b96d15f61f197d559af875..cf261d36dd49917484d544dd1a9bbe986193706b 100644 (file)
@@ -27,7 +27,7 @@ for DEVICE in $(kudzu -qps -t 30 -c HD | grep device: | cut -d ' ' -f 2 | sort |
                umount /cdrom 2> /dev/null
 done
 
-if [ -e /tmp/source_device ]; then
+if [ -e "/tmp/source_device" ]; then
        mount /dev/$(cat /tmp/source_device) /cdrom 2> /dev/null
        exit 0
 else