X-Git-Url: https://zdv2.bktei.com/gitweb/EVA-2020-02.git/blobdiff_plain/9089b4f994436147e1f8df860bf7d47fc7a8a552..a4c49e2a024f73000baf0228a2da8f68c4931e84:/exec/photograph/update_temp_photograph.sh?ds=sidebyside diff --git a/exec/photograph/update_temp_photograph.sh b/exec/photograph/update_temp_photograph.sh old mode 100644 new mode 100755 index 0489b8d..5b380c3 --- a/exec/photograph/update_temp_photograph.sh +++ b/exec/photograph/update_temp_photograph.sh @@ -9,7 +9,9 @@ temp_dir="/dev/shm"; # default iso_date="$(date +%Y%m%dT%H%M%S%z)"; #iso_date_ns="$(date +%Y%m%dT%H%M%S.%N%z)"; device_hostname="$(hostname)"; -nfg_base_dir="../../"; # root directory of ninfacyzga-1 git repo + +script_path="$(dirname "$(realpath -s "$0")")"; # Get script dir Ref/Attrib: https://stackoverflowcom/questions/4774054/ +nfg_base_dir="$script_path/../../"; # root directory of ninfacyzga-1 git repo nfg_unitproc_path="$nfg_base_dir"/exec/unitproc; sleep_rand_path="$nfg_base_dir"/exec/unitproc/sleepRand.py; PATH="$nfg_unitproc_path:$PATH"; # include unitprocess nfg executables