From f06d17401204db55cc4119bb7e9ee2eb9dc73eba Mon Sep 17 00:00:00 2001 From: Sander Bollen Date: Fri, 6 Mar 2020 00:31:39 +0100 Subject: [PATCH] fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index f5a0432..c66724c 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,7 +6,7 @@ set -e if [ "${1}" ] then exec "$@" -# otherwise we attempt to run boinc. +# otherwise we attempt to run fahclient. else /opt/fahclient/FAHClient \ --user="${USER}" \