From cc831a6be57a868cd36d15335eb0f65e77779c55 Mon Sep 17 00:00:00 2001 From: Ade Lee Date: Fri, 3 Jan 2014 11:41:02 -0500 Subject: Debian - replace arch specification uname -i returns "unknown" on a debian system. "arch" on the other hand works for fedora, rhel and debian. Replacing these for all packages except for the migration ones which will not be built on debian in any case. --- base/setup/scripts/pki_apache_initscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/setup/scripts/pki_apache_initscript') diff --git a/base/setup/scripts/pki_apache_initscript b/base/setup/scripts/pki_apache_initscript index 247acad06..9fde99567 100755 --- a/base/setup/scripts/pki_apache_initscript +++ b/base/setup/scripts/pki_apache_initscript @@ -12,7 +12,7 @@ PKI_REGISTRY_FILE=[PKI_REGISTRY_FILE] shopt -s nullglob OS=`uname -s` -ARCHITECTURE=`uname -i` +ARCHITECTURE=`arch` # Source values associated with this particular PKI instance if [ -f $PKI_REGISTRY_FILE ]; then -- cgit