From 716e64bcc387224d1a0d950d8d1f9442066483ba Mon Sep 17 00:00:00 2001 From: ronivay Date: Tue, 29 Aug 2017 15:49:12 +0300 Subject: [PATCH] fix typo in xo-web/dist path --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index c70f1a2..414527d 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -199,7 +199,7 @@ function InstallXO { sleep 2 echo "Fixing relative path to xo-web installation in xo-server configuration file" - sed -i "s/#'\/': '\/path\/to\/xo-web\/dist\//'\/': '\/..\/..\/xo-web\/dist\//" $INSTALLDIR/xo-builds/xo-server-$TIME/sample.config.yaml + sed -i "s/#'\/': '\/path\/to\/xo-web\/dist\//'\/': '..\/..\/xo-web\/dist\//" $INSTALLDIR/xo-builds/xo-server-$TIME/sample.config.yaml sleep 2 if [[ $PORT != "80" ]]; then