ASM #14516 - Fixed bracket typo for edex component.spec
Change-Id: I8f820785014b18e124050ef10f96a4e2854582b2 Former-commit-id: 401b73b680cfac4b870f798d742e0ad8dcfb53c7
This commit is contained in:
parent
ec10118b39
commit
960f968bbf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue