1
0
Fork 0
mirror of https://git.tt-rss.org/fox/ttrss-docker-compose synced 2025-06-08 23:09:52 +02:00

remove config bak if it exists in DST_DIR

This commit is contained in:
Andrew Dolgov 2020-10-11 09:30:27 +03:00
parent 69bdf5c5df
commit 80a95f7b30

View file

@ -89,6 +89,9 @@ else
-i $DST_DIR/config.php -i $DST_DIR/config.php
fi fi
# this was previously generated
rm -f $DST_DIR/config.php.bak
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
touch $DST_DIR/.app_is_ready touch $DST_DIR/.app_is_ready