From 52efe6eebf3ba1dd3aa3d5348777c6a233ef1470 Mon Sep 17 00:00:00 2001 From: Oskar Vigren Date: Tue, 10 Dec 2019 15:34:53 +0100 Subject: [create-a-wiki] Fix silly problem with kill server command The command now matches start of process name. This will prevent killing other things than the server, e.g. make when it executes the command. --- create-a-wiki-preview.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/create-a-wiki-preview.mdwn b/create-a-wiki-preview.mdwn index fd01bec..e8ce613 100644 --- a/create-a-wiki-preview.mdwn +++ b/create-a-wiki-preview.mdwn @@ -141,7 +141,7 @@ This server will shut down when your computer does. If you want to shut down the server, but not your computer, run the following command: ``` -pkill -ef "busybox httpd -p 127.0.0.1:8001" +pkill -ef "^busybox httpd -p 127.0.0.1:8001" ``` Now all is in place! Visit . -- cgit v1.2.3