diff options
Diffstat (limited to 'debian/postinst')
| -rwxr-xr-x | debian/postinst | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debian/postinst b/debian/postinst index 5868d79..4cfacba 100755 --- a/debian/postinst +++ b/debian/postinst @@ -29,7 +29,7 @@ custodian-queue --flush || true  for i in /etc/service/custodian-agent* /etc/service/cust-dequeue ; do      if [ -d $i ] ; then          echo "Restarting service: $i" -        sv force-restart $i +        sv force-restart $i || true      fi  done | 
