This commit is contained in:
arevindh 2020-05-11 22:43:33 +05:30
parent f7c2fc2138
commit 4e03db4959

View file

@ -745,10 +745,8 @@ main() {
"removecustomdns" ) RemoveCustomDNSAddress;;
* ) helpFunc;;
esac
shift
if [[ $# = 0 ]]; then
if [[ $# = 0 ]]; then
helpFunc
fi
}