updated to work on the include varaible

This commit is contained in:
2024-07-08 15:00:18 -04:00
parent 35553e39da
commit 4e182a2dc0
3 changed files with 4 additions and 3 deletions

View File

@@ -6,8 +6,7 @@ COPY proxmox-backup-client_3.2.7-1_arm64.deb /
COPY run.sh /
RUN apt-get update
RUN apt-get install -y jq
RUN apt-get install -y /proxmox-backup-client_3.2.7-1_arm64.deb
RUN apt-get install -y jq /proxmox-backup-client_3.2.7-1_arm64.deb
RUN chmod a+x /run.sh

View File

@@ -1,6 +1,6 @@
{
"name": "PBS-Client",
"version": "20240708.15",
"version": "20240708.16",
"slug": "pbs-client",
"description": "Proxmox Backup Client",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",

View File

@@ -33,6 +33,8 @@ export PBS_PASSWORD="${PASSWORD}"
export PBS_REPOSITORY="${USERNAME}@${AUTH}@${PBS_HOST}:${PBS_PORT}:${DATASTORE}"
export PBS_FINGERPRINT="${PBS_FINGERPRINT}"
cat /data/options.json
INCLUDE_DEV=""
for I in ${INCLUDE}; do