diff options
| -rwxr-xr-x | scripts/live-bottom/10validateroot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/live-bottom/10validateroot b/scripts/live-bottom/10validateroot index 23eb900..d4d1620 100755 --- a/scripts/live-bottom/10validateroot +++ b/scripts/live-bottom/10validateroot @@ -7,7 +7,7 @@ # initramfs-tools header PREREQ="" - + prereqs() { echo "${PREREQ}" @@ -23,7 +23,7 @@ esac . /scripts/live-functions . /scripts/live-helpers -if ! [ -d "/root/usr/share/doc/live-boot" ] +if ! [ -d "/root/usr/share/live-boot" ] then panic "A wrong rootfs was mounted." fi |
