mirror of https://github.com/itflow-org/itflow
-f typo
This commit is contained in:
parent
0e0a67ef4f
commit
0f3fdbec51
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue