+etc-bup (0.10.2) unstable; urgency=medium
+
+ * echo in dash honours escape characters
+
+ -- Andrew Ruthven <andrew@etc.gen.nz> Thu, 12 Oct 2017 00:20:43 +1300
+
etc-bup (0.10.1) unstable; urgency=medium
* Minor fixes
- -- Andrew Ruthven <puck@etc.gen.nz> Thu, 12 Oct 2017 00:15:03 +1300
+ -- Andrew Ruthven <andrew@etc.gen.nz> Thu, 12 Oct 2017 00:15:03 +1300
etc-bup (0.10) unstable; urgency=medium
-#!/bin/sh
+#!/bin/dash
# postinst script for etc-bup
#
# see: dh_installdeb(1)
if ! grep -q $SSHCONFIG /root/.ssh/config; then
[ -d /root/.ssh/config ] || mkdir -p /root/.ssh
- echo -e "\n\nInclude $SSHCONFIG" >> /root/.ssh/config
+ echo "\n\nInclude $SSHCONFIG" >> /root/.ssh/config
fi
if [ ! -f /etc/$PACKAGEid_rsa ]; then