updated to work on the include varaible
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user