Răsfoiți Sursa

Add branch name change to console output when performing Git upgrade

Kristan Kenney 6 ani în urmă
părinte
comite
607b2c5238
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      bin/v-update-sys-hestia-git

+ 1 - 0
bin/v-update-sys-hestia-git

@@ -90,6 +90,7 @@ if [ ! -z "$1" ]; then
         exit 1
     else
         /usr/local/hestia/bin/v-change-sys-config-value 'RELEASE_BRANCH' "$branch"
+        echo "Changed update release branch to $branch from GitHub repository."
     fi
 else
     source /usr/local/hestia/conf/hestia.conf