From 67e790b802c8f7cba4efa602b17920d13e5cc974 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Fri, 13 Sep 2024 11:10:40 -0600 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 0c728d0..cde1f0b 100644 --- a/uptime-kuma/uptime-kuma-install.sh +++ b/uptime-kuma/uptime-kuma-install.sh @@ -24,7 +24,7 @@ npm install npm -g cd /usr/local/ && git clone https://github.com/louislam/uptime-kuma.git cd /usr/local/uptime-kuma && npm run setup 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/uptimekuma/usr/local/etc/rc.d/uptimekuma +fetch -o /usr/local/etc/rc.d/ https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/uptime-kuma/usr/local/etc/rc.d/uptimekuma chmod +x /usr/local/etc/rc.d/uptimekuma # Change directory ownership