nhttpd: disable script debug

This commit is contained in:
satbaby
2012-05-12 18:16:44 +02:00
parent 8d22e72962
commit 6b90e023b5
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@ prepare_radio()
# ----------------------------------- # -----------------------------------
# Main # Main
# ----------------------------------- # -----------------------------------
echo "$1" >/tmp/debug.txt # echo "$1" >/tmp/debug.txt
echo "$*" echo "$*"
case "$1" in case "$1" in
zapto) zapto)

View File

@@ -534,7 +534,7 @@ restart_neutrino()
# Main # Main
# ----------------------------------------------------------- # -----------------------------------------------------------
#debug #debug
echo "call:$*" >> "/tmp/debug.txt" # echo "call:$*" >> "/tmp/debug.txt"
case "$1" in case "$1" in
skin_set) skin_set $2 ;; skin_set) skin_set $2 ;;
skin_get) skin_get ;; skin_get) skin_get ;;