From b50a38313e444ae77e7054d73e16c0012b67706c Mon Sep 17 00:00:00 2001 From: Bas Schouten Date: Mon, 22 Apr 2024 10:37:25 +0100 Subject: [PATCH] Remove test code and go to actual update. --- pithrottler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pithrottler.js b/pithrottler.js index 175bc69..04295f6 100644 --- a/pithrottler.js +++ b/pithrottler.js @@ -31,7 +31,7 @@ const app = (req, res) => { res.setHeader('Content-Type', 'text/plain'); res.setHeader('Access-Control-Allow-Origin', '*'); - exec('./install.sh', function (error, stdout, stderr) { + exec('./update.sh', function (error, stdout, stderr) { res.end("Done"); }); return; -- 2.47.3