From 77f58d180cbf8cbf32f7e9c0d461476f9c4e7d90 Mon Sep 17 00:00:00 2001 From: linghaihui <75124771@qq.com> Date: Sat, 8 Apr 2023 00:32:38 +0800 Subject: [PATCH] Fix Makefile --- new-bing/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/new-bing/Makefile b/new-bing/Makefile index 80d4809..d3ec531 100644 --- a/new-bing/Makefile +++ b/new-bing/Makefile @@ -3,5 +3,5 @@ build: docker push yy194131/new-bing:$(version) release:build - scp ./{cookie,cookie1,cookie2,cookie3}.json roselle:/home/linghaihui/bingchat/cookies + # scp ./{cookie,cookie1,cookie2,cookie3}.json roselle:/home/linghaihui/bingchat/cookies ssh roselle 'bash /home/linghaihui/bingchat/start.sh $(version)'