Add vagrant configurations for testing, readme update and fix to setting permissions for custom user

This commit is contained in:
ronivay
2018-07-26 16:32:44 +03:00
parent 3babda4c55
commit bef3113b61
7 changed files with 213 additions and 4 deletions

View File

@@ -282,7 +282,7 @@ function InstallXO {
mkdir /var/lib/xo-server 2>/dev/null
fi
chown $XOUSER:$XOUSER /var/lib/xo-server
chown -R $XOUSER:$XOUSER /var/lib/xo-server
fi
echo