Pre-update autocommit on boot at 2015-08-04 10:58

This commit is contained in:
root 2015-08-04 10:58:04 +02:00
parent 5f92313af0
commit ee56fc26b9

@ -34,7 +34,7 @@ while read line; do
done < "$TMPFILE"
if [ diff "$TMPCONF" "$CONFFILE" >/dev/null 2>&1 = 1 ]; then
if [ diff -N "$TMPCONF" "$CONFFILE" >/dev/null 2>&1 = 1 ]; then
mv "$TMPCONF" "$CONFFILE"
service telldusd restart
else