Skip to content

Commit

Permalink
disable comitup after install if active
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Storm <markus.storm@gmx.net>
  • Loading branch information
mstormi committed Apr 7, 2024
1 parent 640c55d commit d14e752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-image/first-boot.bash
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ if running_in_docker; then
echo -e "$COL_DEF"
fi

systemctl disable comitup
systemctl -q is-active comitup && systemctl disable comitup

reboot

Expand Down

0 comments on commit d14e752

Please sign in to comment.