From 4e3af20bd0a5d68ae8bcc6a5593114489e39ac38 Mon Sep 17 00:00:00 2001 From: Danp2 Date: Mon, 5 Aug 2019 17:59:07 -0500 Subject: [PATCH] Remove mod to delete banner (#58) --- xo_install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index 12a9a9f..ddf9331 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -48,9 +48,6 @@ ln -s /usr/bin/node /usr/local/bin/node /usr/bin/git clone -b $xo_branch $xo_server -# Disabling the "Built from Source Banner - No Support" Bar across the top of screen -sed -i 's/process.env.XOA_PLAN === 5/process.env.XOA_PLAN === 6/g' /opt/xen-orchestra/packages/xo-web/src/xo-app/index.js - # Patch to allow config restore sed -i 's/< 5/> 0/g' /opt/xen-orchestra/packages/xo-web/src/xo-app/settings/config/index.js