Remove annoying superfluous slash
This commit is contained in:
parent
3dd6d6cd42
commit
5ed25fb76e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue