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 bc98234 commit 1d51020Copy full SHA for 1d51020
bin/v-change-sys-release
@@ -37,6 +37,7 @@ if [ -z "$branch" ]; then
37
exit
38
else
39
# Check that requested branch exists
40
+ echo "Checking for existence of $branch branch..."
41
branch_check=$(curl -s --head -w %{http_code} https://raw.githubusercontent.com/hestiacp/hestiacp/$branch/src/deb/hestia/control -o /dev/null)
42
if [ $branch_check -ne "200" ]; then
43
echo "Error: invalid branch name specified."
@@ -48,7 +49,7 @@ else
48
49
50
# Set new branch variable
51
echo "RELEASE_BRANCH='$branch'" >> $HESTIA/conf/hestia.conf
- echo "Changed system to follow release branch: $branch"
52
+ echo "Changed system release to update from Git branch: $branch"
53
fi
54
55
#----------------------------------------------------------#
0 commit comments