mirror of
https://github.com/itflow-org/itflow
synced 2026-03-03 04:14:54 +00:00
-f typo
This commit is contained in:
@@ -49,7 +49,7 @@ else
|
|||||||
chmod -R 777 /var/www/html
|
chmod -R 777 /var/www/html
|
||||||
fi
|
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
|
sed -i "s/\$repo_branch.*';/\$repo_branch = '$ITFLOW_REPO_BRANCH';/g" /var/www/html/settings_update.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user