diff --git a/upload.sh b/upload.sh index b79aa14..2927f7e 100755 --- a/upload.sh +++ b/upload.sh @@ -58,5 +58,5 @@ lftp -e "set xfer:log 1; \ set ssl:check-hostname $PLUGIN_VERIFY; \ set net:max-retries 3; \ $PLUGIN_CLEAN_DIR; \ - mirror --verbose $PLUGIN_CHMOD -R $PLUGIN_INCLUDE_STR $PLUGIN_EXCLUDE_STR $(pwd)$PLUGIN_SRC_DIR $PLUGIN_DEST_DIR" \ + mirror --verbose $PLUGIN_CHMOD -R $PLUGIN_MIRROR_OPTS $PLUGIN_INCLUDE_STR $PLUGIN_EXCLUDE_STR $(pwd)$PLUGIN_SRC_DIR $PLUGIN_DEST_DIR" \ -u $FTP_USERNAME,$FTP_PASSWORD $PLUGIN_HOSTNAME