From a3753004a9f35e63370d121e64ecc742dffb9622 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Tue, 20 Aug 2019 13:53:11 -0400 Subject: [PATCH] Config Modification removal since this is now included by default Removes the edit from source allowing configuration import, as this is now included in the community edition without additional customization. --- xo_install.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index ddf9331..9d6f167 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 -# Patch to allow config restore -sed -i 's/< 5/> 0/g' /opt/xen-orchestra/packages/xo-web/src/xo-app/settings/config/index.js - cd $xo_server_dir /usr/bin/yarn /usr/bin/yarn build