Skip to content

Commit eb3b077

Browse files
author
Kristan Kenney
committed
Update v-change-sys-release
1 parent 12f4f69 commit eb3b077

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/v-change-sys-release

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if [ -z "$branch" ]; then
3737
exit
3838
else
3939
# Check that requested branch exists
40+
echo "Checking for existence of $branch branch..."
4041
branch_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/hestia/control -o /dev/null)
4142
if [ $branch_check -ne "200" ]; then
4243
echo "Error: invalid branch name specified."
@@ -48,7 +49,7 @@ else
4849

4950
# Set new branch variable
5051
echo "RELEASE_BRANCH='$branch'" >> $HESTIA/conf/hestia.conf
51-
echo "Changed system to follow release branch: $branch"
52+
echo "Changed system release to update from Git branch: $branch"
5253
fi
5354

5455
#----------------------------------------------------------#

0 commit comments

Comments
 (0)