Skip to content

Commit

Permalink
Merge pull request #400 from wak-github/make_debian.sh-typo
Browse files Browse the repository at this point in the history
correct update-rc.d call
  • Loading branch information
john30 authored Mar 7, 2021
2 parents b98558b + 2dc5317 commit af09988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit af09988

Please sign in to comment.