This commit is contained in:
Xander Luedtke 2023-01-04 18:50:04 -07:00
parent 0e0a67ef4f
commit 0f3fdbec51
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ else
chmod -R 777 /var/www/html
fi
if [[-f /var/www/html/settings_update.php ]]; then
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