Update install.sh

This commit is contained in:
mhsanaei 2024-10-16 16:26:42 +02:00
parent 4ca36d64a8
commit 99cadf7652
No known key found for this signature in database
GPG Key ID: 4DACC0663B5986F5

View File

@ -152,8 +152,9 @@ config_after_install() {
echo -e "${green}New WebBasePath: ${config_webBasePath}${plain}"
else
echo -e "${green}Username, Password, and WebBasePath are already set. Exiting...${plain}"
return 0
fi
/usr/local/x-ui/x-ui migrate
return 0
fi
read -p "Would you like to customize the Panel Port settings? (If not, random settings will be applied) [y/n]: " config_confirm