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

Commit

Permalink
Fix a problem that prevented booting an hsqs inside a folder
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTheMan827 committed Nov 4, 2017
1 parent 3f87492 commit fddef78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion multiboot_fixes.hmod/bin/hsqs_expand_path
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ echo "current firmware: $(currentFirmware)"
printSoftwareInfo

firmware="$1"
if [ -f "/var/lib/hakchi/menu/" ]; then
if [ -f "/var/lib/hakchi/menu" ]; then
menu="$(cat /var/lib/hakchi/menu)"
else
menu="000"
Expand Down

0 comments on commit fddef78

Please sign in to comment.