fix chmod, should be event

This commit is contained in:
Derek Macias 2016-02-09 16:00:00 -07:00
parent 70a1b9da83
commit fe3bee09a2

View File

@ -183,7 +183,7 @@ fi
# Update file permissions of scripts # Update file permissions of scripts
chmod +0755 &emhttp;/scripts/* \ chmod +0755 &emhttp;/scripts/* \
&emhttp;/events/* &emhttp;/event/*
# Cleaning old source files # Cleaning old source files
find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete find &plgpath;/ -type f -iname "&name;*.txz" ! -iname "*&version;*" -delete
@ -221,4 +221,3 @@ echo ""
</FILE> </FILE>
</PLUGIN> </PLUGIN>