diff --git a/CHANGELOG.md b/CHANGELOG.md index 20558dbc..8bfd0059 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Fixed + ## [0.8.1] - unreleased ### Added @@ -29,7 +30,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - fixed manual threshold changes - fixed serial communication deadlock (aka serial connection timeout) - update routine fixed ( 6235dd6 ) -- fixed loading scans from file manger ( #134 ) +- fixed loading scans from file manager ( #134 ) - fixed laser calibration check ( #132 ) diff --git a/debian/fabscanpi-server.init b/debian/fabscanpi-server.init index f977c7af..ce9d8f1b 100755 --- a/debian/fabscanpi-server.init +++ b/debian/fabscanpi-server.init @@ -11,6 +11,7 @@ # Short-Description: Start and stop the fabscanpi-server daemon # Description: fabscanpi-server daemon ### END INIT INFO +PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin DAEMONUSER=fabscan DESC="FabScanPi Daemon"