diff --git a/plugins/NerdPack.plg b/plugins/NerdPack.plg index 6ed98da7..2be19938 100644 --- a/plugins/NerdPack.plg +++ b/plugins/NerdPack.plg @@ -3,7 +3,7 @@ - + @@ -16,6 +16,8 @@ +###2016.02.08 +- fix permissions on event script ###2016.02.02 - add check for other plugin dependencies on uninstall ###2016.01.25 @@ -180,7 +182,8 @@ if [ ! -d &plgpath;/packages ]; then fi # Update file permissions of scripts -chmod +0755 &emhttp;/scripts/* +chmod +0755 &emhttp;/scripts/* \ + &emhttp;/events/* # Cleaning old source files find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete