change default installation directory from /etc to /opt since it's more appropriate location

This commit is contained in:
ronivay
2020-04-20 16:28:18 +03:00
parent c6b66e70a0
commit 18c29ca478
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@
PORT="80"
# Base dir for installation and future updates
INSTALLDIR="/etc/xo"
INSTALLDIR="/opt/xo"
# Configuration is stored in XOUSER's home directory and by default will be overwritten with every update done by this script. Set CONFIGUPDATE to false if you don't want this to happen
CONFIGUPDATE=true