Skip to content

Commit

Permalink
Update make_debian.sh
Browse files Browse the repository at this point in the history
Typo in make_debian.sh
  • Loading branch information
WK committed Feb 24, 2021
1 parent b98558b commit 2dc5317
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 2dc5317

Please sign in to comment.