aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/upgrade-peertube.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade-peertube.sh b/scripts/upgrade-peertube.sh
index 5186a269f..562a2a618 100755
--- a/scripts/upgrade-peertube.sh
+++ b/scripts/upgrade-peertube.sh
@@ -26,7 +26,7 @@ if ! which yarn > /dev/null; then
26fi 26fi
27 27
28if pgrep peertube > /dev/null; then 28if pgrep peertube > /dev/null; then
29 echo 'PeerTube is running!' 29 echo 'PeerTube is running, please shut it off before upgrading'
30 exit 0 30 exit 0
31fi 31fi
32 32