We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc2ec3 commit bb7568dCopy full SHA for bb7568d
files/initrd/opt/arc/arc-functions.sh
@@ -727,9 +727,8 @@ function editUserConfig() {
727
writeConfigKey "arc.builddone" "false" "${USER_CONFIG_FILE}"
728
dialog --backtitle "$(backtitle)" --title "User Config" \
729
--msgbox "User Config changed!\nYou need to rebuild the Loader." 6 40
730
- sleep 3
731
- clear
732
- exec arc.sh
+ writeConfigKey "arc.builddone" "false" "${USER_CONFIG_FILE}"
+ BUILDDONE="$(readConfigKey "arc.builddone" "${USER_CONFIG_FILE}")"
733
fi
734
return
735
}
0 commit comments