fix(kured): fix quotes

'--reboot-sentinel-command=! needs-restarting -r' to '--reboot-sentinel-command="! needs-restarting -r"'
This commit is contained in:
Khue Doan 2022-02-23 02:21:45 +07:00
parent dc92c4d8fd
commit 0835658730

View File

@ -1,3 +1,3 @@
kured:
configuration:
rebootSentinelCommand: "! needs-restarting -r"
rebootSentinelCommand: '"! needs-restarting -r"'