🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2023-02-25 15:06:03 -05:00
parent 5108ad8a92
commit 971527ef77
2 changed files with 3 additions and 3 deletions

View File

@@ -159,7 +159,8 @@ fi
[ -d "$BACKUP_DIR" ] || mkdir -p "$BACKUP_DIR"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Post copy commands
install -Z -m 02700 -o root -g root -d "/run/tor"
install -Z -m 755 -o root -g root -d "/data/tor/hidden_service"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Initialized
[ -d "/data" ] && touch "/data/.docker_has_run"