From e400b3d918b7d896b9c6cbb85610423411cf0740 Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Sun, 24 Jan 2016 06:37:11 -0700 Subject: [PATCH] remove restarting of script --- plugins/libvirtwol.plg | 5 ----- 1 file changed, 5 deletions(-) diff --git a/plugins/libvirtwol.plg b/plugins/libvirtwol.plg index 0764e447..cec9ed66 100644 --- a/plugins/libvirtwol.plg +++ b/plugins/libvirtwol.plg @@ -123,11 +123,6 @@ chmod +0755 /usr/local/emhttp/plugins/&name;/scripts/* # add menu to VM Manager sed -i -- 's/OtherSettings/VMManager:1/g' /usr/local/emhttp/plugins/dynamix.vm.manager/VMSettings.page -#restart event daemon -&emhttp;/scripts/stop -sleep 1 -&emhttp;/scripts/start - # Cleaning old source files find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete find &plgpath;/ -type f -iname "&name;*.md5" ! -iname "*&version;*" -delete