wait for container station on start, web panel update
This commit is contained in:
@@ -112,7 +112,7 @@ QPKG_NAME="RoonServer"
|
||||
PKG_MAIN_REMOVE="{
|
||||
|
||||
## Remove Roon Servers docker image
|
||||
CS_DIR=`$CMD_GETCFG "container-station" Install_Path -f SYS_QPKG_CONFIG_FILE`
|
||||
CS_DIR=`$CMD_GETCFG "container-station" Install_Path -f "${SYS_QPKG_CONFIG_FILE}"`
|
||||
$CS_DIR/bin/system-docker image rm 'ghcr.io/roonlabs/roonserver:latest'
|
||||
|
||||
}"
|
||||
@@ -153,7 +153,7 @@ pkg_install(){
|
||||
## Creating required folders and setting permissions
|
||||
"${CMD_MKDIR}" -m 777 "${SYS_QPKG_DIR}"/id
|
||||
|
||||
CS_DIR=`$CMD_GETCFG "container-station" Install_Path -f SYS_QPKG_CONFIG_FILE`
|
||||
CS_DIR=`$CMD_GETCFG "container-station" Install_Path -f "${SYS_QPKG_CONFIG_FILE}"`
|
||||
|
||||
# Pull Roon Server docker image, so the first qpkg launch will take less time.
|
||||
$CS_DIR/bin/system-docker pull 'ghcr.io/roonlabs/roonserver:latest'
|
||||
|
||||
Reference in New Issue
Block a user