diff options
| author | Ade Lee <alee@redhat.com> | 2014-01-03 11:41:02 -0500 |
|---|---|---|
| committer | Ade Lee <alee@redhat.com> | 2014-01-08 17:35:00 -0500 |
| commit | cc831a6be57a868cd36d15335eb0f65e77779c55 (patch) | |
| tree | 623327b4a933ad8fe004dc59fc678e12a8001e95 /base/setup/scripts/pki_apache_initscript | |
| parent | 68819722a5d08e6e6eea29846e879cc7ab65eb44 (diff) | |
| download | pki-cc831a6be57a868cd36d15335eb0f65e77779c55.tar.gz pki-cc831a6be57a868cd36d15335eb0f65e77779c55.tar.xz pki-cc831a6be57a868cd36d15335eb0f65e77779c55.zip | |
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.
Diffstat (limited to 'base/setup/scripts/pki_apache_initscript')
| -rwxr-xr-x | base/setup/scripts/pki_apache_initscript | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
