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