Add comment to migration.sh

This commit is contained in:
Felix Ableitner 2019-05-15 14:03:49 +02:00
parent 4ffbfe1bb5
commit 7ccadce2f5
1 changed files with 3 additions and 0 deletions

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"