From e99c2720c4fca3373b2b4c13fad0efd77f2b293b Mon Sep 17 00:00:00 2001 From: emkael Date: Sun, 21 Nov 2021 23:00:48 +0100 Subject: Changing env vars for FTP connection --- scripts/sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3