Fix upgrade script

pull/15/head
Chocobozzz 2016-10-21 14:46:17 +02:00
parent 068bfc0ad5
commit d16a0ad851
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
if [[ `pgrep peertube` > /dev/null ]]; then
if pgrep peertube > /dev/null; then
echo 'PeerTube is running!'
exit 0
fi