Logged In: NO

additionally, there's an if test with "x" == "$var" (syntactically...)
where == is not allowed in shell if statements. should be =. this crashes pickier shells.
it should not be easily confused with an occurence of == in a C feature test when repairing...