mirror of
https://github.com/khuedoan/homelab.git
synced 2024-12-22 21:04:54 +07:00
fix(kured): fix quotes
'--reboot-sentinel-command=! needs-restarting -r' to '--reboot-sentinel-command="! needs-restarting -r"'
This commit is contained in:
parent
dc92c4d8fd
commit
0835658730
@ -1,3 +1,3 @@
|
||||
kured:
|
||||
configuration:
|
||||
rebootSentinelCommand: "! needs-restarting -r"
|
||||
rebootSentinelCommand: '"! needs-restarting -r"'
|
||||
|
Loading…
Reference in New Issue
Block a user