and more fixes

master
Bryan 2020-12-20 01:25:17 -06:00
parent dadde3e748
commit 9d4ec984a2
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ fi
# Check password
read apiKey <"${PASSWD_FILE}"
if [ "${param[apiKey]}" != "${apiKey}" ]; then
echo '{"message": "Invalid credentials"}'
echo '{"message": "Invalidcredentials"}'
rm "$LOCKFILE"
exit 1
fi