Fix permission issue for NDM logs
This commit is contained in:
parent
7a05cde590
commit
fc0e7d5e1b
1 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ fi
|
||||||
|
|
||||||
/bin/cp -r %{_baseline_workspace}/rpms/awips2.edex/Installer.edex/ndm/* ${RPM_BUILD_ROOT}/awips2/edex/data/ndm/
|
/bin/cp -r %{_baseline_workspace}/rpms/awips2.edex/Installer.edex/ndm/* ${RPM_BUILD_ROOT}/awips2/edex/data/ndm/
|
||||||
/bin/cp -r %{_baseline_workspace}/rpms/awips2.edex/Installer.edex/programs/updateNDM.pl ${RPM_BUILD_ROOT}/awips2/dev/
|
/bin/cp -r %{_baseline_workspace}/rpms/awips2.edex/Installer.edex/programs/updateNDM.pl ${RPM_BUILD_ROOT}/awips2/dev/
|
||||||
|
/bin/cp -r %{_baseline_workspace}/rpms/awips2.edex/Installer.edex/programs/logs ${RPM_BUILD_ROOT}/awips2/dev/
|
||||||
|
|
||||||
# remove any .gitignore files
|
# remove any .gitignore files
|
||||||
# currently, the ebxml webapp includes a .gitignore file
|
# currently, the ebxml webapp includes a .gitignore file
|
||||||
|
@ -220,3 +221,4 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||||
%attr(744,root,root) /etc/init.d/edex_camel
|
%attr(744,root,root) /etc/init.d/edex_camel
|
||||||
%attr(744,root,root) /etc/watchdog.d/edex_camel_watchdog.sh
|
%attr(744,root,root) /etc/watchdog.d/edex_camel_watchdog.sh
|
||||||
%attr(755,awips,fxalpha) /awips2/dev/updateNDM.pl
|
%attr(755,awips,fxalpha) /awips2/dev/updateNDM.pl
|
||||||
|
%attr(755,awips,fxalpha) /awips2/dev/logs/updateNDM.log
|
||||||
|
|
Loading…
Add table
Reference in a new issue