Skip to content

Commit 9468c27

Browse files
authored
Update checkmate-install.sh
1 parent 132c1ad commit 9468c27

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

install/checkmate-install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ LOG_LEVEL="info"
3636
SERVER_HOST=0.0.0.0
3737
SERVER_PORT=52345
3838
EOF
39-
4039
cat <<EOF >/opt/checkmate/client/.env.local
4140
VITE_APP_API_BASE_URL="/api/v1"
4241
UPTIME_APP_API_BASE_URL="/api/v1"
@@ -74,7 +73,6 @@ RestartSec=5
7473
[Install]
7574
WantedBy=multi-user.target
7675
EOF
77-
7876
cat <<EOF >/etc/systemd/system/checkmate-client.service
7977
[Unit]
8078
Description=Checkmate Client
@@ -124,10 +122,8 @@ server {
124122
}
125123
}
126124
EOF
127-
128125
ln -sf /etc/nginx/sites-available/checkmate /etc/nginx/sites-enabled/checkmate
129126
rm -f /etc/nginx/sites-enabled/default
130-
$STD nginx -t
131127
$STD systemctl reload nginx
132128
msg_ok "Configured Nginx Reverse Proxy"
133129

0 commit comments

Comments
 (0)