typo fix, thanks to Adam Nave

pull/65/head
TomasM 2019-02-05 07:52:38 +00:00
parent ab98b4b526
commit 33cf295438
1 changed files with 1 additions and 1 deletions

View File

@ -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