From 8819e2e278e85ae9900d24e9929b273b60eb5f8e Mon Sep 17 00:00:00 2001 From: Danp2 Date: Thu, 17 Jan 2019 13:26:27 -0600 Subject: [PATCH] Switch from yaml to toml for config file (#42) * Switch from yaml to toml * Fix : vs = --- xo_install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xo_install.sh b/xo_install.sh index 2e08169..9e581f0 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -54,8 +54,8 @@ cd $xo_server_dir /usr/bin/yarn build cd packages/xo-server -cp sample.config.yaml .xo-server.yaml -sed -i "s|#'/': '/path/to/xo-web/dist/'|'/': '/opt/xen-orchestra/packages/xo-web/dist'|" .xo-server.yaml +cp sample.config.toml .xo-server.toml +sed -i "s|#'/' = '/path/to/xo-web/dist/'|'/' = '/opt/xen-orchestra/packages/xo-web/dist'|" .xo-server.toml #Create node_modules directory if doesn't exist mkdir -p /usr/local/lib/node_modules/