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