Fix --arg bug in install-cronjob

This commit is contained in:
Ben Peddell 2016-07-15 16:35:30 +10:00
parent 4d4f488863
commit 4786e5e925

View File

@ -2002,7 +2002,7 @@ doInstallCronJob(){
output=
;;
--arg=*)
cmdargs="${cmdargs} $(printf "%q" "${opt#--opt=}")"
cmdargs="${cmdargs} $(printf "%q" "${opt#--arg=}")"
;;
--*)
cmdopts="${cmdopts} $(printf "%q" "${opt}")"