mirror of https://github.com/Chocobozzz/PeerTube
Remove annoying superfluous slash
parent
3dd6d6cd42
commit
5ed25fb76e
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue