From b8c461e95738548bc1c49e4d7b0762293b723541 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 27 Jan 2025 14:45:32 -0700 Subject: [PATCH] Update uptime-kuma-install.sh --- uptime-kuma/uptime-kuma-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uptime-kuma/uptime-kuma-install.sh b/uptime-kuma/uptime-kuma-install.sh index c441357..e8d4794 100644 --- a/uptime-kuma/uptime-kuma-install.sh +++ b/uptime-kuma/uptime-kuma-install.sh @@ -29,7 +29,7 @@ cd /usr/local/ && git clone https://github.com/louislam/uptime-kuma.git if [ "{APP_VERSION}" = "latest" ]; then cd /usr/local/uptime-kuma && npm run setup else - git checkout "${APP_VERSION}" && npm ci --production && npm run download-dist + cd /usr/local/uptime-kuma && git checkout "${APP_VERSION}" && npm ci --production && npm run download-dist fi sed -i '' "s|console.log(\"Welcome to Uptime Kuma\");|process.chdir('/usr/local/uptime-kuma');\n&|" /usr/local/uptime-kuma/server/server.js fetch -o /usr/local/etc/rc.d/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/uptime-kuma/includes/uptimekuma