summarylogtreecommitdiffstats
path: root/evebackup
diff options
context:
space:
mode:
Diffstat (limited to 'evebackup')
-rw-r--r--evebackup2
1 files changed, 1 insertions, 1 deletions
diff --git a/evebackup b/evebackup
index 0e2c114a8661..71bd4ed6f001 100644
--- a/evebackup
+++ b/evebackup
@@ -6,7 +6,7 @@ set -e
. ./evesetup.shlib
-SHAREDIR=$(grep SharedCacheFolder $EVECONF | cut -d= -f2)
+SHAREDIR=$(getval SharedCacheFolder)
BCKUPDIR=$(xdg-user-dir DOCUMENTS 2>/dev/null || true)/EVE
[ -d "$BCKUPDIR" ] || BCKUPDIR=$HOME