(simatec) Fix Pth
This commit is contained in:
parent
30733904de
commit
a01d9cb18c
2 changed files with 5 additions and 5 deletions
|
@ -49,9 +49,9 @@ BLA::stop_loading_animation() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
installPth = "/opt/piler-docker"
|
installPth="/opt/piler-docker"
|
||||||
configPth = "/opt/piler-docker/config"
|
configPth="/opt/piler-docker/config"
|
||||||
etcPth = "/var/lib/docker/volumes/piler-docker_piler_etc/_data"
|
etcPth="/var/lib/docker/volumes/piler-docker_piler_etc/_data"
|
||||||
|
|
||||||
# Load config
|
# Load config
|
||||||
. ./piler.conf
|
. ./piler.conf
|
||||||
|
|
|
@ -50,8 +50,8 @@ BLA::stop_loading_animation() {
|
||||||
|
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
|
|
||||||
installPth = "/opt/piler-docker"
|
installPth="/opt/piler-docker"
|
||||||
configPth = "/opt/piler-docker/config"
|
configPth="/opt/piler-docker/config"
|
||||||
|
|
||||||
# config load
|
# config load
|
||||||
. ./piler.conf
|
. ./piler.conf
|
||||||
|
|
Loading…
Reference in a new issue