diff options
| author | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 17:26:42 +0300 |
|---|---|---|
| committer | mhsanaei <ho3ein.sanaei@gmail.com> | 2024-10-16 17:29:20 +0300 |
| commit | 99cadf7652bbc16b8daf190ff3a410096ba025ed (patch) | |
| tree | ded29b9ec5ce5e679d02d90c60794aad042afe62 | |
| parent | 4ca36d64a8c2c82a5171a94a4a66ebf78fc4ffd6 (diff) | |
Update install.sh
| -rw-r--r-- | install.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
