typo fix, thanks to Adam Nave
This commit is contained in:
@@ -16,7 +16,7 @@ if [ -e "$SOURCE/data/slax/boot/isolinux.bin" ]; then
|
|||||||
SLAX=$SOURCE/data/slax
|
SLAX=$SOURCE/data/slax
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -d "$SOURCE/toram/boot/isolinux.bin" ]; then
|
if [ -e "$SOURCE/toram/boot/isolinux.bin" ]; then
|
||||||
SLAX=$SOURCE/toram
|
SLAX=$SOURCE/toram
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user