Skip to content

Commit

Permalink
fix clash multiple soft link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
theowenyoung committed Sep 18, 2022
1 parent 8b67a5e commit 839f7db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions root/clash/files/start_clash_debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ if [ "$(id -u)" != "0" ]; then
fi
# copy configs to /etc/opt/clash

sudo mkdir -p /etc/opt/clash
sudo mkdir -p /etc/opt/clash

sudo ln -sf /home/green/dotfiles/private/clash/files/config_linux.yaml /etc/opt/clash/config_linux.yaml
sudo ln -sf /home/green/dotfiles/private/clash/files/ruleset /etc/opt/clash/ruleset
sudo ln -snf /home/green/dotfiles/private/clash/files/ruleset /etc/opt/clash/ruleset


# check if bak exists
Expand Down

0 comments on commit 839f7db

Please sign in to comment.