diff --git a/install/pocketbase-install.sh b/install/pocketbase-install.sh index a0d07f4a..29bf8813 100644 --- a/install/pocketbase-install.sh +++ b/install/pocketbase-install.sh @@ -42,7 +42,7 @@ ExecStart = /opt/pocketbase/pocketbase serve --http=0.0.0.0:8080 WantedBy = multi-user.target EOF -$STD systemctl enable -q --now pocketbase.service +systemctl enable -q --now pocketbase.service msg_ok "Installed Pocketbase" motd_ssh