fix(packages/rebuild): invert QUICK logic to disable prompts when set
This commit is contained in:
parent
5ba27ad3ae
commit
d714cef3c3
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ pkgs.writeShellScriptBin "rebuild" # sh
|
|||
fi
|
||||
fi
|
||||
|
||||
if "$QUICK"; then
|
||||
if ! "$QUICK"; then
|
||||
prompt "Commit changes" commit
|
||||
prompt "Reboot system" sudo systemctl reboot
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue