diff options
Diffstat (limited to 'autoscripts/postinst-init-nostart')
-rw-r--r-- | autoscripts/postinst-init-nostart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autoscripts/postinst-init-nostart b/autoscripts/postinst-init-nostart index 5d882b6..7a1bd5e 100644 --- a/autoscripts/postinst-init-nostart +++ b/autoscripts/postinst-init-nostart @@ -1,3 +1,3 @@ if [ -x "/etc/init.d/#SCRIPT#" ]; then - update-rc.d #SCRIPT# #INITPARMS# >/dev/null + update-rc.d #SCRIPT# #INITPARMS# >/dev/null || #ERROR_HANDLER# fi |