From 145c8cb19e9dd60763fe7b00195d99fd965148d5 Mon Sep 17 00:00:00 2001 From: Nomarian Date: Mon, 12 May 2025 12:49:46 -0400 Subject: Run dpidc stop only if dpid is running --- install-dpi-local | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dpi-local b/install-dpi-local index d83287f8..eb06dd15 100755 --- a/install-dpi-local +++ b/install-dpi-local @@ -18,7 +18,7 @@ fi # Try to communicate with any currently-running dpid to tell it # to stop itself and the dpi programs. -dpidc stop +pgrep dpid > /dev/null && dpidc stop if [ ! -d $BASE ] ; then mkdir $BASE -- cgit v1.2.3