Skip to content

Commit

Permalink
Update install.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MHSanaei committed Oct 16, 2024
1 parent 4ca36d6 commit 99cadf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99cadf7

Please sign in to comment.