move chmod of edex dirs out of Installer.edex

This commit is contained in:
mjames-upc 2016-01-05 14:37:15 -07:00
parent 61cb352483
commit ac885977e3

View file

@ -143,10 +143,6 @@ if [ -d $UTILITY ] && [ -f $UTIL_FILENAME ]; then
rm -f $UTIL_FILENAME
fi
chmod 775 /awips2/edex/data/manual
chmod 775 /awips2/edex/logs
%preun
if [ "${1}" = "1" ]; then
exit 0