Merge pull request #400 from wak-github/make_debian.sh-typo

correct update-rc.d call
This commit is contained in:
John
2021-03-07 09:26:28 +01:00
committed by GitHub
+1 -1
View File
@@ -135,7 +135,7 @@ echo "1. Edit /etc/default/ebusd if necessary"
echo " (especially if your device is not /dev/ttyUSB0)"
echo "2. Start the daemon with 'service ebusd start'"
echo "3. Check the log file /var/log/ebusd.log"
echo "4. Make the daemon autostart with 'update-rc.d ebusd enable'"
echo "4. Make the daemon autostart with 'update-rc.d ebusd defaults'"
EOF
fi
chmod 755 $RELEASE/DEBIAN/postinst