consul: bugfix
This commit is contained in:
parent
3025fda8e4
commit
0514c6fb67
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ subtask_end "$?";
|
||||||
# No UFW rules required, as we're now using wesher/wireguard, and allowing all inbound traffic on that interface
|
# No UFW rules required, as we're now using wesher/wireguard, and allowing all inbound traffic on that interface
|
||||||
|
|
||||||
subtask_begin "Starting Consul and enabling on boot";
|
subtask_begin "Starting Consul and enabling on boot";
|
||||||
systemctl consul;
|
systemctl enable --now consul;
|
||||||
subtask_end "$?";
|
subtask_end "$?";
|
||||||
|
|
||||||
task_end "$?";
|
task_end "$?";
|
||||||
|
|
Loading…
Reference in a new issue