From 2eb8e9c2509dffe1e034a0541e10ee7f2d4e366e Mon Sep 17 00:00:00 2001 From: ronivay Date: Fri, 1 Sep 2017 20:19:04 +0300 Subject: [PATCH] fix menu description --- xo-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xo-install.sh b/xo-install.sh index 3e7713c..a2b0bcc 100755 --- a/xo-install.sh +++ b/xo-install.sh @@ -316,7 +316,7 @@ echo echo "This script will automatically install/update Xen-Orchestra" echo echo "- By default xo-server will be running as root to prevent issues with permissions and port binding." -echo " uncomment and edit XOUSER variable in this script to add this custom user to XO-config" +echo " uncomment and edit XOUSER variable in this script to run service as unprivileged user" echo " (Notice that you might have to make other changes depending on your system for this to work)" echo " This method only changes the user which runs the service. Other install tasks like node packages are still ran as root" echo