summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2021-11-21 23:00:48 +0100
committeremkael <emkael@tlen.pl>2021-11-21 23:00:48 +0100
commite99c2720c4fca3373b2b4c13fad0efd77f2b293b (patch)
treeb023473ecea9bf5b682ccd0f7be9221e1844473e
parent7e221706f254d02d6f3921581cc949bb243619c3 (diff)
Changing env vars for FTP connection
-rwxr-xr-xscripts/sync.sh2
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