From: Bas Schouten Date: Mon, 22 Apr 2024 09:37:25 +0000 (+0100) Subject: Remove test code and go to actual update. X-Git-Url: https://git.basschouten.com/?a=commitdiff_plain;h=b50a38313e444ae77e7054d73e16c0012b67706c;p=pithrottler.git Remove test code and go to actual update. --- 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;