diff options
| author | St33v <github@f3rr3t.com> | 2018-04-09 11:43:18 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2018-04-09 11:43:18 +1000 |
| commit | 5724a934f68a72e32a28c354e88060f113ba2abd (patch) | |
| tree | b6d7ae26301aa0325c60f0cf7c7546f72bca8266 | |
| parent | e6bbf9c3e5df9497f4cacc6c0a14ac779d8810fc (diff) | |
| -rwxr-xr-x | editpix.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ################ |
