From ac885977e3032b16b104135e20ef468bb1a60c2b Mon Sep 17 00:00:00 2001 From: mjames-upc Date: Tue, 5 Jan 2016 14:37:15 -0700 Subject: [PATCH] move chmod of edex dirs out of Installer.edex --- rpms/awips2.edex/Installer.edex/component.spec | 4 ---- 1 file changed, 4 deletions(-) diff --git a/rpms/awips2.edex/Installer.edex/component.spec b/rpms/awips2.edex/Installer.edex/component.spec index 1794027ea8..3a2988f64f 100644 --- a/rpms/awips2.edex/Installer.edex/component.spec +++ b/rpms/awips2.edex/Installer.edex/component.spec @@ -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