From 7f0038554138568f1a42d5183d0e4d9f5ce6b12a Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Wed, 9 Oct 2024 00:44:15 +0200 Subject: [PATCH] fix typo --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 6a4215ff..78c3dc8b 100755 --- a/install.sh +++ b/install.sh @@ -138,7 +138,7 @@ gen_random_string() { config_after_install() { echo -e "${yellow}Install/update finished! For security, it's recommended to modify panel settings ${plain}" - read -p "Would you like to customize the panel settings? (If not, random settings will be applied) [y/n]: " config_confirm + read -p "Would you like to customize the panel settings? (If not, random settings may be applied) [y/n]: " config_confirm local config_webBasePath=$(gen_random_string 10)