From af596a2f583184b6fa01cc6eb2619d3cce113031 Mon Sep 17 00:00:00 2001 From: Jarli01 Date: Wed, 7 Feb 2018 10:33:04 -0500 Subject: [PATCH] Update xo_install.sh typo fixes. --- xo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo_install.sh b/xo_install.sh index ae56853..f4dfbfe 100644 --- a/xo_install.sh +++ b/xo_install.sh @@ -28,7 +28,7 @@ sudo /usr/local/bin/n stable #Install XO dependencies sudo /usr/bin/apt-get install --yes build-essential redis-server libpng-dev git python-minimal libvhdi-utils nfs-common -/usr/bin/git/clone -b $xo_server +/usr/bin/git clone -b $xo_server_dir # Patch to allow config restore sed -i 's/< 5/> 0/g' /opt/xen-orchestra/xo-web/dist/src/xo-app/settings/config/index.js