]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - scripts/upgrade-peertube.sh
Fix public video we set to public or unlisted
[github/Chocobozzz/PeerTube.git] / scripts / upgrade-peertube.sh
index 5186a269fa7d66c42708452bedd31ba4632c14a2..562a2a618a9c0da351132cea9cc176bec3ceaaa2 100755 (executable)
@@ -26,7 +26,7 @@ if ! which yarn > /dev/null; then
 fi
 
 if pgrep peertube > /dev/null; then
-  echo 'PeerTube is running!'
+  echo 'PeerTube is running, please shut it off before upgrading'
   exit 0
 fi