From 7f767dacd89e637fb52b6672371eca8a15a1c5be Mon Sep 17 00:00:00 2001 From: pfassina Date: Fri, 30 Jan 2026 16:15:29 -0800 Subject: [PATCH] Remove quotes from heredoc delimiters --- install/openclaw-install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/openclaw-install.sh b/install/openclaw-install.sh index d751a3156..3d1c6c972 100755 --- a/install/openclaw-install.sh +++ b/install/openclaw-install.sh @@ -22,7 +22,7 @@ msg_ok "Installed Dependencies" msg_info "Installing OpenClaw" $STD npm install -g openclaw@latest mkdir -p /root/.openclaw -cat <<'CONF' >/root/.openclaw/openclaw.json +cat </root/.openclaw/openclaw.json { "gateway": { "bind": "lan", @@ -33,7 +33,7 @@ CONF msg_ok "Installed OpenClaw" msg_info "Creating Service" -cat <<'EOF' >/etc/systemd/system/openclaw.service +cat </etc/systemd/system/openclaw.service [Unit] Description=OpenClaw Gateway After=network.target