ASM #14516 - Fixed bracket typo for edex component.spec

Change-Id: I8f820785014b18e124050ef10f96a4e2854582b2

Former-commit-id: 401b73b680cfac4b870f798d742e0ad8dcfb53c7
This commit is contained in:
Brian Graham 2015-04-27 12:43:06 -04:00
parent ec10118b39
commit 960f968bbf

View file

@ -103,7 +103,7 @@ fi
%post
# replace the service list script with the edex service list script
if [ ! -f /etc/init.d/edexServiceList-datadelivery]; then
if [ ! -f /etc/init.d/edexServiceList-datadelivery ]; then
if [ -f /etc/init.d/edexServiceList ]; then
mv /etc/init.d/edexServiceList /etc/init.d/edexServiceList.orig
if [ $? -ne 0 ]; then