From 3921c3ead8d6b0579263ce02ce638d197207a228 Mon Sep 17 00:00:00 2001 From: ml server Date: Tue, 21 Jan 2020 17:28:55 -0700 Subject: [PATCH] crufty stop script for voila --- scripts/spacecruft-voila-stop | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 scripts/spacecruft-voila-stop diff --git a/scripts/spacecruft-voila-stop b/scripts/spacecruft-voila-stop new file mode 100755 index 0000000..d0f0544 --- /dev/null +++ b/scripts/spacecruft-voila-stop @@ -0,0 +1,11 @@ +#!/bin/bash + +set -x + +killall voila + +sleep 2 +ps ax|grep voila | grep -v grep +sleep 3 +ps ax|grep voila | grep -v grep +