From 0d1f1010c299a95332f224c3be9e8dfdd85eec54 Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Mon, 19 Sep 2016 18:03:57 -0500 Subject: Remove eval calls from supervisor start functions This fixes #77. --- sh/supervise-daemon.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sh/supervise-daemon.sh') diff --git a/sh/supervise-daemon.sh b/sh/supervise-daemon.sh index e6ac1174..389635f6 100644 --- a/sh/supervise-daemon.sh +++ b/sh/supervise-daemon.sh @@ -19,7 +19,7 @@ supervise_start() fi ebegin "Starting ${name:-$RC_SVCNAME}" - eval supervise-daemon --start \ + supervise-daemon --start \ ${chroot:+--chroot} $chroot \ ${pidfile:+--pidfile} $pidfile \ ${command_user+--user} $command_user \ -- cgit v1.2.3