Update run
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 00:17:59 +0000 (01:17 +0100)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sun, 1 Nov 2020 00:17:59 +0000 (01:17 +0100)
rootfs/etc/services.d/music_assistant/run

index e33093cbdcc92550edb75cb1b68e0582abdc3afb..1e5c9d121b61f8c015e15f03a4f78a8b5743c68d 100644 (file)
@@ -8,7 +8,7 @@ export LD_PRELOAD="/usr/local/lib/libjemalloc.so.2"
 
 args="--config /data"
 
-if [ -z ${DEBUG} ]; then
+if [ ${DEBUG}=="true" ]; then
     args="${args} --debug"
 fi