mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-21 16:27:50 -06:00
9 lines
154 B
Bash
Executable File
9 lines
154 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
|
|
# Backward path compatibility now upgrade.sh is in dist/scripts since v6
|
|
|
|
/bin/sh ../dist/scripts/upgrade.sh ${1:-/var/www/peertube}
|
|
|