restructuring, removed unneccessary options from web ui

This commit is contained in:
jt-chris
2026-04-12 03:06:36 +02:00
parent 615cf26bdd
commit cdc4554731
22 changed files with 129 additions and 332 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
case "$1" in
"RoonServer") echo $ROONMNT_DIR
;;
"system") echo $QNAP_QTS_VER
;;
esac