fix: fix the inability to write the unpacked file when restoring the folder read-only (fixed #18)

This commit is contained in:
ttionya
2021-03-02 02:23:45 +08:00
parent 574228eb8a
commit 5f9035422a
2 changed files with 14 additions and 21 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ DATA_CONFIG="${DATA_DIR}/config.json"
DATA_ATTACHMENTS="${DATA_DIR}/attachments"
BACKUP_DIR="/bitwarden/backup"
RESTORE_DIR="/bitwarden/restore"
RESTORE_EXTRACT_DIR="${RESTORE_DIR}/extract"
RESTORE_EXTRACT_DIR="/bitwarden/extract"
#################### Function ####################
########################################