diff --git a/hooks/common.sh b/hooks/common.sh index 5cd53e8..952341b 100644 --- a/hooks/common.sh +++ b/hooks/common.sh @@ -78,7 +78,7 @@ installDebianPackage () # # Disable the start-stop-daemon # - disableStartStopDaemon + disableStartStopDaemon ${prefix} # # Install the package @@ -88,7 +88,7 @@ installDebianPackage () # # Re-enable the start-stop-daemon # - enableStartStopDaemon + enableStartStopDaemon ${prefix} }