Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
fix SC2116
  • Loading branch information
arainho authored Jan 5, 2023
commit 2bcd7d15e2fbce10527269097d8562ce83c247bd
2 changes: 1 addition & 1 deletion dnscrypt-proxy-switcher.10s.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ get_current_service() {
fi
fi
fi
done <<<"$(echo "${services}")"
done <<<"${services}"

if [ -n "$currentservice" ]; then
echo "$currentservice"
Expand Down