diff options
author | emkael <emkael@tlen.pl> | 2020-10-09 00:02:36 +0200 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2020-10-09 00:02:36 +0200 |
commit | d01b92e81d64446799280c064eb8cebc84802cc6 (patch) | |
tree | d45ae01fdd547ff5f4ee6d5acfbb15f71e4648da /config.template | |
parent | 9a0ca4d1075f879b812cd8a1b55ab3a2c8e07c40 (diff) |
Sending butler output via lftp
Diffstat (limited to 'config.template')
-rw-r--r-- | config.template/send.lftp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.template/send.lftp b/config.template/send.lftp index 5c422f7..fcbc5da 100644 --- a/config.template/send.lftp +++ b/config.template/send.lftp @@ -1,3 +1,3 @@ -open -u ${LIGA_AUSBUTLER_FTP_USER} -p ${LIGA_AUSBUTLER_FTP_PASS} ${LIGA_AUSBUTLER_FTP_HOST} +open -u ${LIGA_AUSBUTLER_FTP_USER},${LIGA_AUSBUTLER_FTP_PASS} ${LIGA_AUSBUTLER_FTP_HOST} cd ${LIGA_AUSBUTLER_FTP_PATH} mput ${LIGA_AUSBUTLER_OUTPUT_PATH}/* |