From 91520f4b5f34bbed1deeb7f5f3cfb55d33fb51fb Mon Sep 17 00:00:00 2001 From: Cyrus <24922493+cyrus-dev@users.noreply.github.com> Date: Wed, 11 Sep 2019 09:36:15 -0400 Subject: [PATCH] Updated syntax. --- package/rpm/HIRS.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/rpm/HIRS.spec b/package/rpm/HIRS.spec index 2059e215..25eb5e86 100644 --- a/package/rpm/HIRS.spec +++ b/package/rpm/HIRS.spec @@ -238,7 +238,7 @@ if [ $1 == 0 ]; then fi fi -if [ $1 == 2]; then +if [ $1 == 2 ]; then echo %{?DISPLAY_VERSION} | tee '%{prefix}/webapps/HIRS_AttestationCAPortal/WEB-INF/classes/VERSION' fi