aboutsummaryrefslogtreecommitdiff
path: root/misc/upclient/files/upclient.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/upclient/files/upclient.sh')
-rw-r--r--misc/upclient/files/upclient.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/upclient/files/upclient.sh b/misc/upclient/files/upclient.sh
index 549ea783dc44..b44005f1061f 100644
--- a/misc/upclient/files/upclient.sh
+++ b/misc/upclient/files/upclient.sh
@@ -49,7 +49,7 @@ start)
"${config_path}."
exit 72
fi
- if grep -qs "^[$ws]*AuthKey[$ws]*=[$ws]*<your_authkey>" ${config_path}
+ if grep -qs "^[$ws]*AuthKey[$ws]*=[$ws]*your_authkey" ${config_path}
then
logger -sp ${syslog_facility} -t ${program_file} \
"unable to start: AuthKey isn't configured in" \