File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Restart=always
7171WantedBy=default.target multi-user.target
7272EOF
7373 systemctl daemon-reload
74- systemctl enable -q --now portainer
74+ $STD systemctl start portainer
7575 msg_ok " Installed Portainer $PORTAINER_LATEST_VERSION "
7676else
7777 read -r -p " ${TAB3} Would you like to add the Portainer Agent? <y/N> " prompt
@@ -96,7 +96,7 @@ Restart=always
9696WantedBy=default.target multi-user.target
9797EOF
9898 systemctl daemon-reload
99- systemctl enable -q --now portainer-agent
99+ $STD systemctl start portainer-agent
100100 msg_ok " Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION "
101101 fi
102102fi
@@ -129,7 +129,7 @@ TimeoutStartSec=300
129129WantedBy=default.target multi-user.target
130130EOF
131131systemctl daemon-reload
132- systemctl enable -q --now homeassistant
132+ $STD systemctl start homeassistant
133133msg_ok " Installed Home Assistant"
134134
135135motd_ssh
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ Restart=always
7171WantedBy=default.target multi-user.target
7272EOF
7373 systemctl daemon-reload
74- systemctl enable -q --now portainer
74+ $STD systemctl start portainer
7575 msg_ok " Installed Portainer $PORTAINER_LATEST_VERSION "
7676else
7777 read -r -p " ${TAB3} Would you like to add the Portainer Agent? <y/N> " prompt
@@ -96,7 +96,7 @@ Restart=always
9696WantedBy=default.target multi-user.target
9797EOF
9898 systemctl daemon-reload
99- systemctl enable -q --now portainer-agent
99+ $STD systemctl start portainer-agent
100100 msg_ok " Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION "
101101 fi
102102fi
You can’t perform that action at this time.
0 commit comments