# HG changeset patch # User Pascal Bellard # Date 1443875888 -7200 # Node ID 67d14f298f472d4cb56a7f8c118a835105d0413f # Parent f8d63e811309aa3b77451c57b6af7e2dea11d69a mosh: fix post_install status diff -r f8d63e811309 -r 67d14f298f47 mosh/receipt --- a/mosh/receipt Sat Oct 03 14:36:45 2015 +0200 +++ b/mosh/receipt Sat Oct 03 14:38:08 2015 +0200 @@ -50,6 +50,6 @@ [ "$answer" == "y" ] && sed -i 's/^DROPBEAR_OPTIONS="/&-a /' $1/etc/daemons.conf && [ -z "$1" ] && /etc/init.d/dropbear restart - true fi + true }