Skip to content

Commit

Permalink
Merge pull request #4885 from AuxXxilium/dev
Browse files Browse the repository at this point in the history
arc: fix menu bug
  • Loading branch information
AuxXxilium authored Nov 24, 2024
2 parents bfc108e + d87c63b commit d194a36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/initrd/opt/arc/arc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ else
echo "0 \"HardwareID for Arc Patch\" " >>"${TMP_PATH}/menu"
fi
echo "1 \"Choose Model \" " >>"${TMP_PATH}/menu"
if [ "${CONFDONE}" = "true" ] && [ -n "${IPCON}" ]; then
if [ "${CONFDONE}" = "true" ]; then
echo "2 \"Build Loader \" " >>"${TMP_PATH}/menu"
fi
if [ "${BUILDDONE}" = "true" ]; then
Expand Down

0 comments on commit d194a36

Please sign in to comment.