mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-25 07:48:28 +00:00
Fix --arg bug in install-cronjob
This commit is contained in:
parent
4d4f488863
commit
4786e5e925
@ -2002,7 +2002,7 @@ doInstallCronJob(){
|
|||||||
output=
|
output=
|
||||||
;;
|
;;
|
||||||
--arg=*)
|
--arg=*)
|
||||||
cmdargs="${cmdargs} $(printf "%q" "${opt#--opt=}")"
|
cmdargs="${cmdargs} $(printf "%q" "${opt#--arg=}")"
|
||||||
;;
|
;;
|
||||||
--*)
|
--*)
|
||||||
cmdopts="${cmdopts} $(printf "%q" "${opt}")"
|
cmdopts="${cmdopts} $(printf "%q" "${opt}")"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user