1
0
Fork 0
peertube/scripts/upgrade.sh

9 lines
154 B
Bash
Raw Normal View History

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