From 315d8aa2ac95a7404377a5fda7dead24445d482d Mon Sep 17 00:00:00 2001 From: John Date: Sat, 9 Oct 2021 22:50:02 +0200 Subject: [PATCH] Update make_debian.sh --- make_debian.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make_debian.sh b/make_debian.sh index 68f371cb..1eb2f00f 100755 --- a/make_debian.sh +++ b/make_debian.sh @@ -139,9 +139,9 @@ fi echo "Instructions:" echo "1. Edit /etc/default/ebusd if necessary" echo " (especially if your device is not /dev/ttyUSB0)" -echo "2. Start the daemon with '$start'" +echo "2. Start the daemon with '\$start'" echo "3. Check the log file /var/log/ebusd.log" -echo "4. Make the daemon autostart with '$autostart'" +echo "4. Make the daemon autostart with '\$autostart'" EOF chmod 755 $RELEASE/DEBIAN/postinst