From 5724a934f68a72e32a28c354e88060f113ba2abd Mon Sep 17 00:00:00 2001 From: St33v Date: Mon, 9 Apr 2018 11:43:18 +1000 Subject: consistentify config directory --- editpix.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editpix.sh b/editpix.sh index beb1f1b..251f1f9 100755 --- a/editpix.sh +++ b/editpix.sh @@ -11,8 +11,8 @@ thisdir="/path/to/cams" # this directory (on this computer) Configured in pa # cam names in an array: declare -a camz=(cam1 cam2 cam3...) -if [ -e /usr/local/share/editpix/paths.config ]; then - . /usr/local/share/editpix/paths.config +if [ -e /usr/local/share/paths.config ]; then + . /usr/local/share/paths.config else echo "paths.config does not exist, see readme"; exit 1 fi ########### end Consts ################ -- cgit v1.3