ASM #19011 - GFE: Occasional errors opening zipfile when gfeclient is run from px machine

Change-Id: Ia9fe2cc0d9871aee9a5fcbe6f52e2cc2142f6610

Former-commit-id: 0b2bf9d31f7cf8d56fcfc344b21021a30346b2a1
This commit is contained in:
David Friedman 2016-06-07 19:37:05 +00:00
parent 1918e4c49c
commit 60c587e0e3

View file

@ -144,6 +144,10 @@ if [ -f org.eclipse.jface_%{_jface_version}.jar ]; then
org.eclipse.jface_%{_jface_version}.jar
fi
# Delete configuration information because it references the jar files that
# were just deleted.
rm -rf /awips2/cave/configuration/org.eclipse.osgi
popd > /dev/null 2>&1
# determine if an installation of awips2-common-base is already present