Mising remote path option in update script

This commit is contained in:
Clemens Schwaighofer
2022-03-29 08:55:19 +09:00
parent f396032728
commit 88ea600e1d

View File

@@ -100,7 +100,7 @@ for MODULE in ${MODULE_LIST}; do
CMD_PREFIX="sudo -u postgres ";
fi;
echo "==== REPOSITORY: ${REPOSITORY}";
borg list --format '{archive}{NL}' ${REPOSITORY}|grep -v "${MODULE},"|
borg list ${OPT_REMOTE} --format '{archive}{NL}' ${REPOSITORY}|grep -v "${MODULE},"|
while read i; do
# for gitea, zabbix we do not ADD we RENAME
if [ "${MODILE}" = "gitea" ]; then