Fixed a bug that caused connections to not being found when keyboard is closed during...
[jenirok] / debian / prerm
index 6d0f2ba..768a4bb 100644 (file)
@@ -1,6 +1,6 @@
-#!/bin/sh -e
+#!/bin/sh
 
-/etc/init.d/jenirokd stop
+/etc/init.d/jenirokd stop >/dev/null 2>&1
 
 exit 0