1
0
Fork 0

Remove annoying superfluous slash

This commit is contained in:
frankstrater 2021-06-02 11:08:04 +02:00 committed by Chocobozzz
parent 3dd6d6cd42
commit 5ed25fb76e
1 changed files with 1 additions and 1 deletions

View File

@ -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"