htrgouvea / nipe

An engine to make Tor network your default gateway

Home Page:https://heitorgouvea.me/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

install script uses numeric comparison instead of string equality, always defaults to debian

orderofwigs opened this issue · comments

install script uses numeric comparison to check string equality, which converts the arguments to numbers first before comparing them.
$operationalSystem == "
should be
$operationalSystem eq "
otherwise the first if statement will always be true.

Dude, that really happens! Many thanks for reporting this!

It was an absurd lack of attention on my part! I'll pack it right now!

Thank you!

no problem;)
thanks for your script!

I just added the commit a9d7c52 take a look if it's OK please? If so, I'll consider it fixed ...

looks good!

Thank you again!