diff --git a/install/podman-homeassistant-install.sh b/install/podman-homeassistant-install.sh index 4413071cb..03fb87b4d 100644 --- a/install/podman-homeassistant-install.sh +++ b/install/podman-homeassistant-install.sh @@ -71,7 +71,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer + $STD systemctl start portainer msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" else read -r -p "${TAB3}Would you like to add the Portainer Agent? " prompt @@ -96,7 +96,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer-agent + $STD systemctl start portainer-agent msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION" fi fi @@ -129,7 +129,7 @@ TimeoutStartSec=300 WantedBy=default.target multi-user.target EOF systemctl daemon-reload -systemctl enable -q --now homeassistant +$STD systemctl start homeassistant msg_ok "Installed Home Assistant" motd_ssh diff --git a/install/podman-install.sh b/install/podman-install.sh index 74bc5b07b..9cad8662c 100644 --- a/install/podman-install.sh +++ b/install/podman-install.sh @@ -71,7 +71,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer + $STD systemctl start portainer msg_ok "Installed Portainer $PORTAINER_LATEST_VERSION" else read -r -p "${TAB3}Would you like to add the Portainer Agent? " prompt @@ -96,7 +96,7 @@ Restart=always WantedBy=default.target multi-user.target EOF systemctl daemon-reload - systemctl enable -q --now portainer-agent + $STD systemctl start portainer-agent msg_ok "Installed Portainer Agent $PORTAINER_AGENT_LATEST_VERSION" fi fi