mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-30 12:33:56 -06:00
Remove annoying superfluous slash
This commit is contained in:
parent
3dd6d6cd42
commit
5ed25fb76e
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
PEERTUBE_PATH=${1:-/var/www/peertube/}
|
PEERTUBE_PATH=${1:-/var/www/peertube}
|
||||||
|
|
||||||
if [ ! -e "$PEERTUBE_PATH" ]; then
|
if [ ! -e "$PEERTUBE_PATH" ]; then
|
||||||
echo "Error - path \"$PEERTUBE_PATH\" wasn't found"
|
echo "Error - path \"$PEERTUBE_PATH\" wasn't found"
|
||||||
|
Loading…
Reference in New Issue
Block a user