restructuring, removed unneccessary options from web ui
This commit is contained in:
2
QPKG/shared/docker/scripts/get_hwsn.sh
Executable file
2
QPKG/shared/docker/scripts/get_hwsn.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo $QNAP_SERIAL
|
||||
7
QPKG/shared/docker/scripts/getcfg.sh
Executable file
7
QPKG/shared/docker/scripts/getcfg.sh
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
case "$1" in
|
||||
"RoonServer") echo $ROONMNT_DIR
|
||||
;;
|
||||
"system") echo $QNAP_QTS_VER
|
||||
;;
|
||||
esac
|
||||
2
QPKG/shared/docker/scripts/getsysinfo.sh
Executable file
2
QPKG/shared/docker/scripts/getsysinfo.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
echo $QNAP_MODEL
|
||||
Reference in New Issue
Block a user