From 043eadc89c4582bcc5157307422d52c8b30750cc Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Fri, 12 Jan 2018 18:04:07 -0500 Subject: [PATCH] Commenting out ejabberd/apparmor fix for now --- templates/setup-head.sh | 4 ++-- templates/setup.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/setup-head.sh b/templates/setup-head.sh index b59d38b..a3661f0 100755 --- a/templates/setup-head.sh +++ b/templates/setup-head.sh @@ -106,8 +106,8 @@ if [ -e head_file_apt.list ] $APT_TOOL update && $APT_TOOL -y install $(cat head_file_apt.list) fi -### Fix ejabberd/apparmor bug -FixAppArmorEJabberD +### Fix ejabberd/apparmor bug - commented out because it's not working +#FixAppArmorEJabberD ### Install Opensrf and Evergreen debs. if [ -e debconf-settings ] diff --git a/templates/setup.sh b/templates/setup.sh index 482ed9f..30bf272 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -189,8 +189,8 @@ if [ -e tar_file_apt.list ] $APT_TOOL -y install $(cat tar_file_apt.list) 2>&1 | tee -a "$INSTALL_LOG" fi -### Fix ejabberd/apparmor bug -FixAppArmorEJabberD +### Fix ejabberd/apparmor bug - commented out because it didn't work +#FixAppArmorEJabberD PG_Deps_Warning () { ### Dependency install error message echo -- 2.11.0