From: Siraaj Khandkar Date: Wed, 27 Nov 2019 02:51:21 +0000 (-0500) Subject: Define NQDIR X-Git-Url: https://git.xandkar.net/?p=khome.git;a=commitdiff_plain;h=a4a049dd72e77000f8a75fe8f553070ad954cf7c Define NQDIR for all nq'ed commands to log to the same place. --- diff --git a/home/lib/login_variables.sh b/home/lib/login_variables.sh index f219bad..a7013a5 100644 --- a/home/lib/login_variables.sh +++ b/home/lib/login_variables.sh @@ -10,6 +10,9 @@ export DIR_LOG_MPD="$DIR_LOG/mpd" export FILE_LOG_MPD="$DIR_LOG_MPD/mpd.log" export FILE_VIDEO_CATALOG="$DIR_VIDEO/catalog" +export NQDIR="$HOME/var/run/nq" +mkdir -p "$NQDIR" + # .Net Core export DOTNET_ROOT=$HOME/.dotnet export PATH=$PATH:$HOME/.dotnet