]> git.basschouten.com Git - pithrottler.git/commitdiff
Remove test code and go to actual update.
authorBas Schouten <bas@basschouten.com>
Mon, 22 Apr 2024 09:37:25 +0000 (10:37 +0100)
committerBas Schouten <bas@basschouten.com>
Mon, 22 Apr 2024 09:37:25 +0000 (10:37 +0100)
pithrottler.js

index 175bc69c1aef79bc3aac16012f2caa9f663e6581..04295f6cae36415a0d5d4880677743b2aeb98409 100644 (file)
@@ -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;