From 9ccb56aeae8d38f57b1bc5bef1355bbead215ecc Mon Sep 17 00:00:00 2001 From: naibo Date: Sat, 13 Jul 2024 22:21:05 +0800 Subject: [PATCH] New startup shell for sandbox --- .temp_to_pub/EasySpider_Linux_x64/easy-spider.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.temp_to_pub/EasySpider_Linux_x64/easy-spider.sh b/.temp_to_pub/EasySpider_Linux_x64/easy-spider.sh index 01889b3..900d475 100755 --- a/.temp_to_pub/EasySpider_Linux_x64/easy-spider.sh +++ b/.temp_to_pub/EasySpider_Linux_x64/easy-spider.sh @@ -37,10 +37,13 @@ if [ "$os_name" == "Ubuntu" ] && [ "$major_version" -gt 24 ] || { [ "$major_vers else echo "如果报错“The SUID sandbox helper binary was found, but is not configured correctly”,请尝试执行以下命令后再次运行EasySpider:" echo "If you encounter the error message “The SUID sandbox helper binary was found, but is not configured correctly”, please try run the following commands and run EasySpider again:" + echo "" echo "sudo chown root:root ./EasySpider/chrome-sandbox" echo "sudo chmod 4755 ./EasySpider/chrome-sandbox" echo "sudo chown root:root ./EasySpider/resources/app/chrome_linux64/chrome-sandbox" echo "sudo chmod 4755 ./EasySpider/resources/app/chrome_linux64/chrome-sandbox" + echo "" + echo "" fi