Revert "escaped every parameter in all scripts"

This reverts commit c0897eebb7.
This commit is contained in:
ttionya
2021-02-24 01:03:26 +08:00
parent 8528a048f7
commit 0304ca7929
7 changed files with 40 additions and 40 deletions
+1 -1
View File
@@ -7,6 +7,6 @@ LABEL "repository"="https://github.com/ttionya/BitwardenRS-Backup" \
COPY scripts/*.sh /app/
RUN chmod +x /app/*.sh \
&& apk add --no-cache bash sqlite zip heirloom-mailx tzdata
&& apk add --no-cache sqlite zip heirloom-mailx tzdata
ENTRYPOINT ["/app/entrypoint.sh"]