1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-13 13:50:07 +02:00

do not create backup config.php when rewriting SELF_URL_PATH

This commit is contained in:
Andrew Dolgov 2020-10-11 09:09:48 +03:00
parent 93ddc6684a
commit 70fdb9bdf6

View file

@ -80,7 +80,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
touch $DST_DIR/.app_is_ready touch $DST_DIR/.app_is_ready