summaryrefslogtreecommitdiff
path: root/git-maintenance/store.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git-maintenance/store.sh')
-rwxr-xr-xgit-maintenance/store.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-maintenance/store.sh b/git-maintenance/store.sh
index 01ab4b2..19d3be2 100755
--- a/git-maintenance/store.sh
+++ b/git-maintenance/store.sh
@@ -2,9 +2,9 @@
PASS="$(ls "/run/media/"*/*"/key.fsojp.aes256" | head -n 1)"
ROOTDIR="$(git rev-parse --show-toplevel)"
-GITDIR="$ROOTDIR/.git"
-MAINTDIR="$ROOTDIR/git-maintenance"
cd "$ROOTDIR"
+GITDIR=".git"
+MAINTDIR="git-maintenance"
export GZIP=-9n
TAR="tar -z --owner=0 --group=0 --numeric-owner --mode=go=rX,u+rw,a-s"