fix 1091 not the greatest option but for backwards compatibility we need it like this

This commit is contained in:
brokenpip3 2025-03-30 18:20:55 +02:00
parent 2864a85364
commit 7ac7cd300b
No known key found for this signature in database
GPG Key ID: 1D9BDC803797B4B6
7 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ RUN apt update \
"$USER"
COPY bin/*.sh /home/user/bin/
RUN chmod +x /home/user/bin/*.sh
RUN chmod -R a+rx /home/user
WORKDIR /home/user/bin
USER user

View File

@ -1 +1 @@
v0.4.1
v0.4.2

0
backup/pvc/bin/backup.sh Normal file → Executable file
View File

0
backup/pvc/bin/get-latest.sh Normal file → Executable file
View File

0
backup/pvc/bin/restore.sh Normal file → Executable file
View File

0
backup/pvc/bin/run.sh Normal file → Executable file
View File

0
backup/pvc/bin/utils.sh Normal file → Executable file
View File