mirror of https://github.com/cutefishos/calamares
Fix default restart command.
parent
eb2748bab0
commit
4e869b2211
@ -1,4 +1,4 @@
|
|||||||
---
|
---
|
||||||
restartNowEnabled: true
|
restartNowEnabled: true
|
||||||
restartNowChecked: false
|
restartNowChecked: false
|
||||||
restartNowCommand: "systemctl -i reboot"
|
restartNowCommand: /bin/sh -c "systemctl -i reboot"
|
||||||
|
|||||||
Loading…
Reference in New Issue