mirror of
https://github.com/Jarli01/xenorchestra_installer.git
synced 2024-11-21 08:51:07 +01:00
Direct people to this GH news issues page first rather than leaving the default of vatesfr
As a means of hopefully avoiding more banners/warnings/odd modifications from the dev team and a recent conversation with Olivier this change is being pushed as a means to get users of this script to come here for help first and the team here can elevate to vatesfr if so required.
This commit is contained in:
parent
d2f8e85b8c
commit
d25a71ef9a
@ -49,6 +49,10 @@ ln -s /usr/bin/node /usr/local/bin/node
|
||||
# Removing the "Built from Source - no support banner
|
||||
sed -i '225,235 d' /opt/xen-orchestra/packages/xo-web/src/xo-app/index.js
|
||||
|
||||
# Point people to this GH for issues first and we can escalte to vatefr if so required
|
||||
|
||||
sed -i 's~https://github.com/vatesfr/xen-orchestra/issues/new~https://github.com/Jarli01/xenorchestra_installer/issues/new~g' /opt/xen-orchestra/packages/xo-web/src/xo-app/about/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
Block a user