From fe3bee09a2abb77f21e6424b02e8ad0cd2e9dc8e Mon Sep 17 00:00:00 2001 From: Derek Macias Date: Tue, 9 Feb 2016 16:00:00 -0700 Subject: [PATCH] fix chmod, should be event --- plugins/NerdPack.plg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/NerdPack.plg b/plugins/NerdPack.plg index 2be19938..c272d6be 100644 --- a/plugins/NerdPack.plg +++ b/plugins/NerdPack.plg @@ -183,7 +183,7 @@ fi # Update file permissions of scripts chmod +0755 &emhttp;/scripts/* \ - &emhttp;/events/* + &emhttp;/event/* # Cleaning old source files find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete @@ -221,4 +221,3 @@ echo "" -