root@robshermes:~# ─ bash echo 'GHL_CLIENT_ID=6a3156368a9daa764c5da477-ms6r4isq' > /root/.hermes/secrets/ghl-oauth.env echo 'GHL_CLIENT_SECRET=19ca7e14-0bd3-49dd-8f30-8441f61ca1fc' >> /root/.hermes/secrets/ghl-oauth.env echo 'GHL_REDIRECT_URI=https://robblake.cloud/ghl/oauth/callback' >> /root/.hermes/secrets/ghl-oauth.env chmod 600 /root/.hermes/secrets/ghl-oauth.env systemctl restart ghl-oauth.service systemctl is-active ghl-oauth.service ─: command not found active root@robshermes:~#