From 2dc5317a881c99c70f144fdd29f4e1f94ad5ab5f Mon Sep 17 00:00:00 2001 From: WK Date: Wed, 24 Feb 2021 16:42:48 +0100 Subject: [PATCH] Update make_debian.sh Typo in make_debian.sh --- make_debian.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make_debian.sh b/make_debian.sh index 56a6d0808..930195e0f 100755 --- a/make_debian.sh +++ b/make_debian.sh @@ -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