We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e8a1d commit 218e950Copy full SHA for 218e950
func/upgrade.sh
@@ -513,7 +513,9 @@ upgrade_start_routine() {
513
echo "[ ! ] The latest version of Hestia Control Panel is already installed."
514
echo " Verifying configuration..."
515
echo ""
516
- source $HESTIA/install/upgrade/versions/$VERSION.sh
+ if [ -e "$HESTIA/install/upgrade/versions/$VERSION.sh" ]; then
517
+ source $HESTIA/install/upgrade/versions/$VERSION.sh
518
+ fi
519
VERSION="$new_version"
520
upgrade_set_version $VERSION
521
upgrade_refresh_config
0 commit comments