Skip to content
Snippets Groups Projects
Commit e457016a authored by Martin Mareš's avatar Martin Mareš
Browse files

Instalace: Reload uwsgi

parent 30081088
No related branches found
No related tags found
No related merge requests found
...@@ -37,3 +37,10 @@ done ...@@ -37,3 +37,10 @@ done
echo "Instaluji static" echo "Instaluji static"
rsync -r --delete static/ $DEST/static/ rsync -r --delete static/ $DEST/static/
if [ -e $DEST/var/uwsgi.fifo ] ; then
echo "Reloaduji uwsgi"
echo r >$DEST/var/uwsgi.fifo || true
else
echo "Reload není potřeba, uwsgi neběží"
fi
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment