aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xscripts/upgrade.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade.sh b/scripts/upgrade.sh
index 1299ac55a..022e76107 100755
--- a/scripts/upgrade.sh
+++ b/scripts/upgrade.sh
@@ -3,7 +3,7 @@
3 3
4git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1 4git pull origin $(git rev-parse --abbrev-ref HEAD) || exit -1
5 5
6if [[ `pgrep peertube` > /dev/null ]]; then 6if pgrep peertube > /dev/null; then
7 echo 'PeerTube is running!' 7 echo 'PeerTube is running!'
8 exit 0 8 exit 0
9fi 9fi