diff options
Diffstat (limited to 'ship/lib/network')
-rw-r--r-- | ship/lib/network | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ship/lib/network b/ship/lib/network index 75ceb9b8..68e29301 100644 --- a/ship/lib/network +++ b/ship/lib/network @@ -38,7 +38,7 @@ http_head(){ internet(){ secret=$(http_get http://krebsco.de/secret 2>/dev/null) - if [ "$secret" == "1337" ]; then + if [ "$secret" = "1337" ]; then return 0 else echo "cannot load secret or secret incorrect" >&2 |