mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
fix two small issues (#1559)
This commit is contained in:
parent
6939fea92c
commit
252c3bd160
4
lib.sh
4
lib.sh
@ -303,8 +303,8 @@ reinstall_remove_menu() {
|
||||
REINSTALL_REMOVE=$(whiptail --title "$TITLE" --menu \
|
||||
"It seems like $1 is already installed.\nChoose what you want to do.
|
||||
$MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
|
||||
"Reinstall" "$1" \
|
||||
"Uninstall" "$1" 3>&1 1>&2 2>&3)
|
||||
"Reinstall" " $1" \
|
||||
"Uninstall" " $1" 3>&1 1>&2 2>&3)
|
||||
if [ "$REINSTALL_REMOVE" = "Reinstall" ]
|
||||
then
|
||||
print_text_in_color "$ICyan" "Reinstalling $1..."
|
||||
|
||||
@ -85,7 +85,7 @@ https://www.techandme.se/open-port-80-443/" "$SUBTITLE"
|
||||
# Just make sure it is gone
|
||||
rm -f "$SCRIPTS/test-new-config.sh"
|
||||
;;&
|
||||
*"Geoblock")
|
||||
*"Geoblock"*)
|
||||
clear
|
||||
print_text_in_color "$ICyan" "Downloading the Geoblock script..."
|
||||
run_script NETWORK geoblock
|
||||
|
||||
Loading…
Reference in New Issue
Block a user