mirror of
https://git.tt-rss.org/fox/ttrss-docker-compose
synced 2025-06-08 15:19:52 +02:00
do not create backup config.php when rewriting SELF_URL_PATH
This commit is contained in:
parent
2505ad8a8a
commit
69bdf5c5df
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ EOF
|
||||||
else
|
else
|
||||||
sed \
|
sed \
|
||||||
-e "s/define('SELF_URL_PATH'.*/define('SELF_URL_PATH','$SELF_URL_PATH');/" \
|
-e "s/define('SELF_URL_PATH'.*/define('SELF_URL_PATH','$SELF_URL_PATH');/" \
|
||||||
-i.bak $DST_DIR/config.php
|
-i $DST_DIR/config.php
|
||||||
fi
|
fi
|
||||||
|
|
||||||
cd $DST_DIR && sudo -u app php ./update.php --update-schema=force-yes
|
cd $DST_DIR && sudo -u app php ./update.php --update-schema=force-yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue