Skip to content

Commit 607b2c5

Browse files
author
Kristan Kenney
committed
Add branch name change to console output when performing Git upgrade
1 parent 7144db9 commit 607b2c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/v-update-sys-hestia-git

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ if [ ! -z "$1" ]; then
9090
exit 1
9191
else
9292
/usr/local/hestia/bin/v-change-sys-config-value 'RELEASE_BRANCH' "$branch"
93+
echo "Changed update release branch to $branch from GitHub repository."
9394
fi
9495
else
9596
source /usr/local/hestia/conf/hestia.conf

0 commit comments

Comments
 (0)