From 262e3c0985c8c315c78f86370e8b338df9e69593 Mon Sep 17 00:00:00 2001 From: MHSanaei Date: Mon, 24 Apr 2023 14:13:25 +0330 Subject: Add database migration Co-Authored-By: Alireza Ahmadi --- install.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index df74a0cf..22ea186a 100644 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3