Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-08-16 13:08:45 +02:00 committed by GitHub
parent 58cad5ce15
commit 6bfa9bb3e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1378,7 +1378,8 @@ create_admin_and_show_logins_success_message() {
#cp version file
mkdir -p /usr/local/panel/ > /dev/null 2>&1
docker cp openpanel:/usr/local/panel/version /usr/local/panel/version > /dev/null 2>&1
echo "$PANEL_VERSION" > /usr/local/panel/version > /dev/null 2>&1
######docker cp openpanel:/usr/local/panel/version /usr/local/panel/version > /dev/null 2>&1
echo -e "${GREEN}OpenPanel [$(cat /usr/local/panel/version)] installation complete.${RESET}"
echo ""