diff options
| author | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-24 13:43:25 +0300 |
|---|---|---|
| committer | MHSanaei <ho3ein.sanaei@gmail.com> | 2023-04-24 13:43:25 +0300 |
| commit | 262e3c0985c8c315c78f86370e8b338df9e69593 (patch) | |
| tree | 1604b62009ab3f4ea1d60c27c96c97d8ed698614 /install.sh | |
| parent | 2b460bac1ab87c8a478af51cbb00aa1ffd3bd99a (diff) | |
Add database migration
Co-Authored-By: Alireza Ahmadi <alireza7@gmail.com>
Diffstat (limited to 'install.sh')
| -rw-r--r-- | install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -70,6 +70,7 @@ install_base() { #This function will be called when user installed x-ui out of sercurity config_after_install() { + /usr/local/x-ui/x-ui migrate echo -e "${yellow}Install/update finished! For security it's recommended to modify panel settings ${plain}" read -p "Do you want to continue with the modification [y/n]? ": config_confirm if [[ x"${config_confirm}" == x"y" || x"${config_confirm}" == x"Y" ]]; then |
