From 2d5df07bb2e676e5ce5e71ef18652007af9a3eeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Fri, 23 Feb 2024 14:40:12 +0800 Subject: [PATCH] Fix bug. --- cmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd.sh b/cmd.sh index 6f21249..03517ba 100644 --- a/cmd.sh +++ b/cmd.sh @@ -3,7 +3,7 @@ exec sudo -E bash -c 'supervisord -c /etc/supervisord.conf -l /var/log/supervisord.log' & sleep 10 -if [ ! -d "/home/app/.wine/drive_c/Program Files/Tencent" ]; then +if [ -d "/home/app/.wine/drive_c/Program Files/Tencent" ]; then echo '启动64位微信' wine 'C:\Program Files\Tencent\WeChat\WeChat.exe' & else