output without newline

This commit is contained in:
crieke
2026-04-15 20:53:44 +02:00
parent 6f4890af37
commit 21f57dc29e
3 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/sh
echo $QNAP_SERIAL
echo -n $QNAP_SERIAL

View File

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

View File

@@ -1,2 +1,2 @@
#!/bin/sh
echo $QNAP_MODEL
echo -n $QNAP_MODEL