1
0
mirror of https://yerbamate.ml/nutomic/peertube.social synced 2024-11-24 22:48:21 -05:00

Add comment to migration.sh

This commit is contained in:
Felix Ableitner 2019-05-15 14:03:49 +02:00
parent 4ffbfe1bb5
commit 7ccadce2f5

View File

@ -1,6 +1,9 @@
#!/bin/bash
set -e
# This script can migrate an existing default Peertube installation to docker-compose+ansible.
# Use at your own risk.
DOMAIN="peertube.social"
OLD_SERVER="migration-user@$DOMAIN"
OLD_BASE_FOLDER="/var/www/peertube"