diff options
-rwxr-xr-x | scripts/sync.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/sync.sh b/scripts/sync.sh index de16acd..814c74b 100755 --- a/scripts/sync.sh +++ b/scripts/sync.sh @@ -2,6 +2,6 @@ cd $(dirname $0) cd ../output lftp << EOF - open -u ${LIGA_PLAYOFF_FTP_USER},${LIGA_PLAYOFF_FTP_PASS} ${LIGA_PLAYOFF_FTP_HOST} + open -u ${LIGA_FTP_USER},${LIGA_FTP_PASS} ${LIGA_FTP_HOST} mirror -R . ${LIGA_PLAYOFF_FTP_PATH} EOF |