X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=scripts%2Fupgrade.sh;h=022e76107dd9ac2ae04ea6c9841198322bb73e29;hb=b1233aa856d9b7cd18179c96a0a4856d3ab3b319;hp=1299ac55a06ef5a9268e03107c9fd651947cc84a;hpb=9f540774b1fa2d9035a8b19dd1901247b112ead5;p=github%2FChocobozzz%2FPeerTube.git 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 @@ 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