Skip to content

Commit bb7568d

Browse files
committed
arc: remove useless reinit
Signed-off-by: AuxXxilium <[email protected]>
1 parent 0fc2ec3 commit bb7568d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

files/initrd/opt/arc/arc-functions.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -727,9 +727,8 @@ function editUserConfig() {
727727
writeConfigKey "arc.builddone" "false" "${USER_CONFIG_FILE}"
728728
dialog --backtitle "$(backtitle)" --title "User Config" \
729729
--msgbox "User Config changed!\nYou need to rebuild the Loader." 6 40
730-
sleep 3
731-
clear
732-
exec arc.sh
730+
writeConfigKey "arc.builddone" "false" "${USER_CONFIG_FILE}"
731+
BUILDDONE="$(readConfigKey "arc.builddone" "${USER_CONFIG_FILE}")"
733732
fi
734733
return
735734
}

0 commit comments

Comments
 (0)