From a20142ff646e7bb5011c8e8de2b9e293e87378f6 Mon Sep 17 00:00:00 2001 From: Dustin B Date: Fri, 17 Aug 2018 08:54:43 -0400 Subject: [PATCH] Update xo_install.sh --- xo_install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xo_install.sh b/xo_install.sh index 2240950..2f7d8c7 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -58,6 +58,7 @@ 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 +#Create node_modules directory if doesn't exist mkdir -p /usr/local/lib/node_modules/ # symlink all plugins