Skip to content

Commit 679b770

Browse files
committed
Fixed errors not being displayed
1 parent 80d39af commit 679b770

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mtproxy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ daemon_mtp() {
644644
sleep 2
645645
info_mtp "ingore"
646646
} &
647-
$command >/dev/null 2>&1
647+
$command >/dev/null
648648
print_warning "进程检测到被关闭,正在重启中!!!"
649649
sleep 2
650650
done

0 commit comments

Comments
 (0)