Update UPDATE.sh

This commit is contained in:
Stefan Pejcic
2024-07-16 14:23:59 +02:00
committed by GitHub
parent 3ba0c99185
commit 7e674f5f47

View File

@@ -32,7 +32,7 @@ required_version="0.2.1"
if [[ "$CURRENT_PANEL_VERSION" < "$required_version" ]]; then
# Version is less than 0.2.1, no update will be performed
echo ""
echo "NO UPDATES FOR VERSIONS =< 0.1.9"
echo "NO UPDATES FOR VERSIONS =< 0.1.9 - PLEASE REINSTALL OPENPANEL"
echo "Annoucement: https://community.openpanel.co/d/65-important-update-openpanel-version-021-announcement"
echo ""
exit 0