]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Remove annoying superfluous slash
authorfrankstrater <frankstrater@gmail.com>
Wed, 2 Jun 2021 09:08:04 +0000 (11:08 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Wed, 2 Jun 2021 14:51:23 +0000 (16:51 +0200)
scripts/upgrade.sh

index 12629ad650dc9927b423c2c0588f3877fb042416..aa7804bd1d95b03f2d609b98aa552840f0ecc821 100755 (executable)
@@ -2,7 +2,7 @@
 
 set -eu
 
-PEERTUBE_PATH=${1:-/var/www/peertube/}
+PEERTUBE_PATH=${1:-/var/www/peertube}
 
 if [ ! -e "$PEERTUBE_PATH" ]; then
   echo "Error - path \"$PEERTUBE_PATH\" wasn't found"