Skip to content
This repository was archived by the owner on Feb 18, 2018. It is now read-only.

Commit fddef78

Browse files
committed
Fix a problem that prevented booting an hsqs inside a folder
1 parent 3f87492 commit fddef78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiboot_fixes.hmod/bin/hsqs_expand_path

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ echo "current firmware: $(currentFirmware)"
66
printSoftwareInfo
77

88
firmware="$1"
9-
if [ -f "/var/lib/hakchi/menu/" ]; then
9+
if [ -f "/var/lib/hakchi/menu" ]; then
1010
menu="$(cat /var/lib/hakchi/menu)"
1111
else
1212
menu="000"

0 commit comments

Comments
 (0)