Commenting out ejabberd/apparmor fix for now
authorChris Sharp <csharp@georgialibraries.org>
Fri, 12 Jan 2018 23:04:07 +0000 (18:04 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Fri, 12 Jan 2018 23:04:07 +0000 (18:04 -0500)
templates/setup-head.sh
templates/setup.sh

index b59d38b..a3661f0 100755 (executable)
@@ -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 ]
index 482ed9f..30bf272 100755 (executable)
@@ -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