From 00edf5efd62bd00255f58314c1ba42e19cf54a69 Mon Sep 17 00:00:00 2001 From: kenzok8 Date: Sat, 31 Jan 2026 16:35:26 +0800 Subject: [PATCH] update 2026-01-31 16:35:26 --- momo/files/momo.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/momo/files/momo.init b/momo/files/momo.init index 244d7e9e4..13ab3912f 100644 --- a/momo/files/momo.init +++ b/momo/files/momo.init @@ -180,7 +180,7 @@ start_service() { log "Core" "Start." procd_open_instance momo - procd_set_param command /bin/sh -c "$PROG -D $RUN_DIR run >> $CORE_LOG_PATH 2>&1" + procd_set_param command /bin/sh -c "$PROG -D $RUN_DIR run --disable-color >> $CORE_LOG_PATH 2>&1" procd_set_param file "$RUN_PROFILE_PATH" if [ "$fast_reload" = 1 ]; then procd_set_param reload_signal HUP