Return code added to GPIO server function.

This commit is contained in:
Simon Long 2016-05-06 18:04:22 +00:00 committed by Serge Schneider
parent 4636bd50fc
commit 3e2a73012b

View File

@ -913,6 +913,7 @@ EOF
esac
systemctl daemon-reload
systemctl restart pigpiod
return 0
fi
}