fix typo
This commit is contained in:
parent
f8051eb350
commit
f06d174012
|
@ -6,7 +6,7 @@ set -e
|
||||||
if [ "${1}" ]
|
if [ "${1}" ]
|
||||||
then
|
then
|
||||||
exec "$@"
|
exec "$@"
|
||||||
# otherwise we attempt to run boinc.
|
# otherwise we attempt to run fahclient.
|
||||||
else
|
else
|
||||||
/opt/fahclient/FAHClient \
|
/opt/fahclient/FAHClient \
|
||||||
--user="${USER}" \
|
--user="${USER}" \
|
||||||
|
|
Loading…
Reference in a new issue