feat: extract common variables to includes file

This commit is contained in:
ttionya
2020-11-08 13:41:04 +08:00
parent e28f9b5d2e
commit 0b6cb8f16e
2 changed files with 5 additions and 6 deletions
+5
View File
@@ -1,5 +1,10 @@
#!/bin/sh
DATA_DIR="/bitwarden/data/"
DATA_DB="${DATA_DIR}/db.sqlite3"
DATA_CONFIG="${DATA_DIR}/config.json"
DATA_ATTACHMENTS="${DATA_DIR}/attachments"
BACKUP_DIR="/bitwarden/backup/"
#################### Function ####################
########################################
# Print colorful message.