change scripts to Menu for all menu's (#1504)

This commit is contained in:
szaimen 2020-10-01 13:54:08 +02:00 committed by GitHub
parent f112058d1c
commit 3cecc203f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

View File

@ -45,17 +45,17 @@ $CHECKLIST_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
case "$choice" in
*"Documentserver"*)
clear
print_text_in_color "$ICyan" "Downloading the Documentserver script..."
print_text_in_color "$ICyan" "Downloading the Documentserver Menu..."
run_script MENU documentserver
;;&
*"Bitwarden"*)
clear
print_text_in_color "$ICyan" "Downloading the Bitwarden script..."
print_text_in_color "$ICyan" "Downloading the Bitwarden Menu..."
run_script MENU bitwarden_menu
;;&
*"Fail2ban "*)
clear
print_text_in_color "$ICyan" "Downloading the Fail2ban script..."
print_text_in_color "$ICyan" "Downloading the Fail2ban Menu..."
run_script MENU fail2ban_menu
;;&
*"Adminer"*)
@ -114,7 +114,7 @@ case "$choice" in
;;&
*"Talk"*)
clear
print_text_in_color "$ICyan" "Downloading the Talk script..."
print_text_in_color "$ICyan" "Downloading the Talk Menu..."
run_script MENU talk_menu
;;&
*"Webmin"*)

View File

@ -35,19 +35,19 @@ $MENU_GUIDE\n\n$RUN_LATER_GUIDE" "$WT_HEIGHT" "$WT_WIDTH" 4 \
case "$choice" in
"Additional Apps")
print_text_in_color "$ICyan" "Downloading the Additional Apps script..."
print_text_in_color "$ICyan" "Downloading the Additional Apps Menu..."
run_script MENU additional_apps
;;
"Nextcloud Configuration")
print_text_in_color "$ICyan" "Downloading the Nextcloud Configuration script..."
print_text_in_color "$ICyan" "Downloading the Nextcloud Configuration Menu..."
run_script MENU nextcloud_configuration
;;
"Startup Configuration")
print_text_in_color "$ICyan" "Downloading the Startup Configuration script..."
print_text_in_color "$ICyan" "Downloading the Startup Configuration Menu..."
run_script MENU startup_configuration
;;
"Server Configuration")
print_text_in_color "$ICyan" "Downloading the Server Configuration script..."
print_text_in_color "$ICyan" "Downloading the Server Configuration Menu..."
run_script MENU server_configuration
;;
"Update Nextcloud")