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 bec2895 commit 459a5d0Copy full SHA for 459a5d0
func/upgrade.sh
@@ -78,8 +78,7 @@ upgrade_start_routine() {
78
release_branch_check=$(cat $HESTIA/conf/hestia.conf | grep RELEASE_BRANCH)
79
if [ -z "$release_branch_check" ]; then
80
echo "(*) Adding global release branch variable to system configuration..."
81
- sed -i "/RELEASE_BRANCH/d" $HESTIA/conf/hestia.conf
82
- echo "RELEASE_BRANCH='release'" >> $HESTIA/conf/hestia.conf
+ $BIN/v-change-sys-config-value 'RELEASE_BRANCH' 'release'
83
fi
84
85
#####################################################################
0 commit comments