From 948a9bfc88dac8fca31742f9558780e68fa46b5f Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 26 Mar 2023 19:21:16 +0200 Subject: Add start and stop scripts Set node version --- stop | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 stop (limited to 'stop') diff --git a/stop b/stop new file mode 100755 index 0000000..62655f5 --- /dev/null +++ b/stop @@ -0,0 +1,2 @@ +#!/bin/sh +kill "$(cat npm.pid)" "$(cat php.pid)" -- cgit v1.3.1