We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dada0fd commit 1da5d6cCopy full SHA for 1da5d6c
zramsync
@@ -1,9 +1,10 @@
1
#!/usr/bin/env bash
2
3
set -x
4
+source /etc/openhabian.conf
5
6
TMPDIR=/tmp
-LOG="/storage/zram/zramsync.log"
7
+LOG="${storagedir:-/storage}/zram/zramsync.log"
8
dir="$2"
9
storeFile="${dir}/zram.tar"
10
0 commit comments