export the dir variables from the common script
This commit is contained in:
parent
431d4e9cfb
commit
e426cbe823
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue