logpath fix
This commit is contained in:
@@ -15,7 +15,7 @@ CONFIGUPDATE=true
|
|||||||
BRANCH="master"
|
BRANCH="master"
|
||||||
|
|
||||||
# Installation log path
|
# Installation log path
|
||||||
LOGPATH="$(dirname $0)/logs"
|
LOGPATH="$(dirname "$(realpath $0)")/logs"
|
||||||
|
|
||||||
# Only one PLUGIN variable can be used at a time. Comment out the other one if you change these below. Comment out both if you don't want any plugins to be installed.
|
# Only one PLUGIN variable can be used at a time. Comment out the other one if you change these below. Comment out both if you don't want any plugins to be installed.
|
||||||
|
|
||||||
|
@@ -21,7 +21,7 @@ source $CONFIG_FILE
|
|||||||
PORT=${PORT:-80}
|
PORT=${PORT:-80}
|
||||||
INSTALLDIR=${INSTALLDIR:-"/opt/xo"}
|
INSTALLDIR=${INSTALLDIR:-"/opt/xo"}
|
||||||
BRANCH=${BRANCH:-"master"}
|
BRANCH=${BRANCH:-"master"}
|
||||||
LOGPATH="${LOGPATH:-$(dirname $0)/logs}"
|
LOGPATH="${LOGPATH}-"$(dirname "$(realpath $0)")/logs""
|
||||||
AUTOUPDATE=${AUTOUPDATE:-"true"}
|
AUTOUPDATE=${AUTOUPDATE:-"true"}
|
||||||
PRESERVE=${PRESERVE:-"3"}
|
PRESERVE=${PRESERVE:-"3"}
|
||||||
XOUSER=${XOUSER:-"root"}
|
XOUSER=${XOUSER:-"root"}
|
||||||
|
Reference in New Issue
Block a user