]> git.sur5r.net Git - bacula/rescue/commitdiff
Update
authorKern Sibbald <kern@sibbald.com>
Sat, 3 Jan 2009 16:36:13 +0000 (16:36 +0000)
committerKern Sibbald <kern@sibbald.com>
Sat, 3 Jan 2009 16:36:13 +0000 (16:36 +0000)
rescue/linux/usb/remaster/write_sqfs_to_disk_image

index 4dceb43cc157134ea4049407139ae9c7847ffbe8..fe61751cba076c3661fa1347950f0bf1f3188681 100755 (executable)
@@ -11,7 +11,7 @@ if [ ! -d ${DISK_IMAGE}/casper ] ; then
   exit 1
 fi
 
-if [ ! f filesystem.squashfs ] ; then
+if [ ! -f filesystem.squashfs ] ; then
   echo "Cannot find filesystem.squashfs ..."
   exit 1
 fi