From 3e2a73012be5506aa363b114a2254990a6e4a84d Mon Sep 17 00:00:00 2001 From: Simon Long Date: Fri, 6 May 2016 18:04:22 +0000 Subject: [PATCH] Return code added to GPIO server function. --- raspi-config | 1 + 1 file changed, 1 insertion(+) diff --git a/raspi-config b/raspi-config index 37ab8f1..1c51dc8 100755 --- a/raspi-config +++ b/raspi-config @@ -913,6 +913,7 @@ EOF esac systemctl daemon-reload systemctl restart pigpiod + return 0 fi }