mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 03:48:24 +00:00
docs
This commit is contained in:
10
docs/deploy/fastgpt/clash/stop.sh
Normal file
10
docs/deploy/fastgpt/clash/stop.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
export ALL_PROXY=''
|
||||
export http_proxy=''
|
||||
export https_proxy=''
|
||||
export HTTP_PROXY=''
|
||||
export HTTPS_PROXY=''
|
||||
OLD_PROCESS=$(pgrep clash)
|
||||
if [ ! -z "$OLD_PROCESS" ]; then
|
||||
echo "Killing old process: $OLD_PROCESS"
|
||||
kill $OLD_PROCESS
|
||||
fi
|
Reference in New Issue
Block a user