From 8e369535bff953b06ad0c10f32a79e1ea63255b7 Mon Sep 17 00:00:00 2001 From: Alireza Ahmadi Date: Sun, 9 Jun 2024 22:51:05 +0200 Subject: [PATCH] add migration to install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 87fb9cd..ef35184 100755 --- a/install.sh +++ b/install.sh @@ -76,6 +76,9 @@ install_base() { } config_after_install() { + echo -e "${yellow}Migration... ${plain}" + /usr/local/s-ui/sui 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 [[ "${config_confirm}" == "y" || "${config_confirm}" == "Y" ]]; then