first changes to docker
This commit is contained in:
7
QPKG/shared/docker/getcfg.sh
Executable file
7
QPKG/shared/docker/getcfg.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
"RoonServer") echo $ROONMNT_DIR
|
||||
;;
|
||||
"system") echo $QNAP_QTS_VER
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user