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.
This commit is contained in:
Dustin B 2019-08-20 13:53:11 -04:00 committed by GitHub
parent 4e3af20bd0
commit a3753004a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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