export the dir variables from the common script

This commit is contained in:
Maarten van Gompel 2021-02-20 14:35:45 +01:00
parent 431d4e9cfb
commit e426cbe823

View file

@ -7,11 +7,11 @@
# for all the variables we define here
# shellcheck disable=SC2034
NOTIFDIR="$XDG_DATA_HOME"/sxmo/notifications
export NOTIFDIR="$XDG_DATA_HOME"/sxmo/notifications
# shellcheck disable=SC2034
CACHEDIR="$XDG_CACHE_HOME"/sxmo
export CACHEDIR="$XDG_CACHE_HOME"/sxmo
# shellcheck disable=SC2034
LOGDIR="$XDG_DATA_HOME"/sxmo/modem
export LOGDIR="$XDG_DATA_HOME"/sxmo/modem
# This script ensures all sxmo scripts are using the busybox version of
# certain coreutils rather than any other version that may be installed on the