(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"
|
||||
configPth = "/opt/piler-docker/config"
|
||||
etcPth = "/var/lib/docker/volumes/piler-docker_piler_etc/_data"
|
||||
installPth="/opt/piler-docker"
|
||||
configPth="/opt/piler-docker/config"
|
||||
etcPth="/var/lib/docker/volumes/piler-docker_piler_etc/_data"
|
||||
|
||||
# Load config
|
||||
. ./piler.conf
|
||||
|
|
|
@ -50,8 +50,8 @@ BLA::stop_loading_animation() {
|
|||
|
||||
#######################################################################################
|
||||
|
||||
installPth = "/opt/piler-docker"
|
||||
configPth = "/opt/piler-docker/config"
|
||||
installPth="/opt/piler-docker"
|
||||
configPth="/opt/piler-docker/config"
|
||||
|
||||
# config load
|
||||
. ./piler.conf
|
||||
|
|
Loading…
Reference in a new issue