fix for settings_update.php
This commit is contained in:
@@ -49,6 +49,10 @@ else
|
||||
chmod -R 777 /var/www/html
|
||||
fi
|
||||
|
||||
if [[-f /var/www/html/settings_update.php ]]; then
|
||||
sed -i "s/\$repo_branch.*';/\$repo_branch = '$ITFLOW_REPO_BRANCH';/g" /var/www/html/settings_update.php
|
||||
fi
|
||||
|
||||
# Enable the apache2 sites-available
|
||||
service apache2 reload
|
||||
service apache2 stop
|
||||
|
||||
Reference in New Issue
Block a user