Skip to content

Commit 52d2291

Browse files
authored
menu options
1 parent 22352dc commit 52d2291

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

menu/startup_configuration.sh

+2-9
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,8 @@ the server will be rebooted. After the reboot, please login as usual and run thi
106106
;;&
107107
*"Locate Mirror"*)
108108
SUBTITLE="apt-mirror"
109-
msg_box "Current apt-mirror is $REPO" "$SUBTITLE"
110-
if ! yesno_box_yes "Do you want to change the apt-mirror?" "$SUBTITLE"
111-
then
112-
print_text_in_color "$ICyan" "Not changing the apt-mirror..."
113-
sleep 1
114-
else
115-
print_text_in_color "$ICyan" "Downloading the Locate Mirror script..."
116-
run_script ADDONS locate_mirror
117-
fi
109+
print_text_in_color "$ICyan" "Downloading the Locate Mirror script..."
110+
run_script ADDONS locate_mirror
118111
;;&
119112
*)
120113
;;

0 commit comments

Comments
 (0)