fix path of passwd file

master
Bryan 2020-12-20 10:34:57 -06:00
parent 5a7d03ea44
commit 73ff6fdaad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ echo ""
echo ""
# Initialize
PASSWD_FILE="/usr/local/www/cgi-bin/doorcontrol-cgi/passwd"
PASSWD_FILE="/usr/local/www/cgi-bin/passwd"
QUERY_STRING=$1
LOCKFILE="./doorcontrol-main.lock"
. parse_query_string.sh