Fixed location of config.txt

This commit is contained in:
Philip Homburg
2019-10-07 08:42:05 -04:00
parent 9f6fd19d5d
commit 0593d5ebc5
+1 -1
View File
@@ -39,7 +39,7 @@ fi
. $BIN_DIR/common.sh
# config variables
CONFIG_TXT="$STATE_DIR/config.txt"
CONFIG_TXT="$BASE_DIR/state/config.txt"
# Look for options in config.txt
if [ -f "$CONFIG_TXT" ]