Skip to content
Snippets Groups Projects
Commit 95d7f1d7 authored by kaiyou's avatar kaiyou
Browse files

Try and rsync instead of symlinking in the updater

parent f8a01027
No related branches found
No related tags found
No related merge requests found
Pipeline #29696 passed
......@@ -25,7 +25,7 @@ sed -i.bak "s/^\(memory_limit\) = \(.*\)/\1 = ${PHP_WORKER_MEMORY_LIMIT}/" \
DST_DIR=/var/www/html/tt-rss
mkdir -p /var/www/html
ln -s /src/tt-rss /var/www/html/tt-rss
rsync -a /src/tt-rss/ $DST_DIR/
while [ ! -s $DST_DIR/config.php -a -e $DST_DIR/.app_is_ready ]; do
echo waiting for app container...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment