Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
ruyrybeyro committed Oct 9, 2022
1 parent e5f504f commit fb87dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vpn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@ fixDNS()
[[ "${DEEPIN}" -eq 1 ]] && fixLinks ../run/NetworkManager/resolv.conf
# [[ "${SOLUS}" -eq 1 ]] && fixLinks ../run/NetworkManager/resolv.conf

[[ ${KWORT} -eq 1 ]] && fixLinks "../run/dhcpcd/hook-state/resolv.conf/"$(ls /run/dhcpcd/hook-state/resolv.conf/ | head -1)
[[ ${KWORT} -eq 1 ]] && fixLinks "..$(find /run/dhcpcd/hook-state/resolv.conf/ -type f | head -1)"
}


Expand Down

0 comments on commit fb87dfe

Please sign in to comment.