Encrypted proxy killswitch + TUN optimization #1

Open
zenaku wants to merge 54 commits from feature/merge-encrypted-proxy into master
Showing only changes of commit 58d7837c7f - Show all commits

View file

@ -29,7 +29,7 @@ _clone_repos() {
fi
start_spinner "Cloning ${name} (branch: ${branch})..."
if git clone --branch "$branch" "$url" "$dest" &>/dev/null; then
if git clone --branch "$branch" "$url" "$dest" ; then
stop_spinner "${name} cloned → ${dest}"
else
stop_spinner