1
0
Fork 0
peertube/scripts/upgrade.sh

9 lines
154 B
Bash
Raw Normal View History

2023-11-08 08:20:55 +00:00
#!/bin/sh
set -eu
# Backward path compatibility now upgrade.sh is in dist/scripts since v6
2023-12-08 10:16:43 +00:00
/bin/sh ../dist/scripts/upgrade.sh ${1:-/var/www/peertube}