bundles/raspberrypi: improvements
This commit is contained in:
parent
81db0e6e44
commit
675f8beea9
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ file_perms = {
|
|||
actions = {
|
||||
'raspberrypi_assure_target': {
|
||||
'command': f'systemctl set-default {default_target}',
|
||||
'unless': f'[ $(systemctl get-default) = "{default_target}" ]',
|
||||
'unless': f'[ "$(systemctl get-default)" = "{default_target}" ]',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue