Mising remote path option in update script
This commit is contained in:
@@ -100,7 +100,7 @@ for MODULE in ${MODULE_LIST}; do
|
|||||||
CMD_PREFIX="sudo -u postgres ";
|
CMD_PREFIX="sudo -u postgres ";
|
||||||
fi;
|
fi;
|
||||||
echo "==== REPOSITORY: ${REPOSITORY}";
|
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
|
while read i; do
|
||||||
# for gitea, zabbix we do not ADD we RENAME
|
# for gitea, zabbix we do not ADD we RENAME
|
||||||
if [ "${MODILE}" = "gitea" ]; then
|
if [ "${MODILE}" = "gitea" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user