Remove mod to delete banner (#58)
This commit is contained in:
parent
632e3e1659
commit
4e3af20bd0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue