From e5148da1ab16ebdf200f1d3e7c0f328fa2393cfa Mon Sep 17 00:00:00 2001 From: 0x1eef <0x1eef@protonmail.com> Date: Wed, 3 Apr 2024 13:17:35 -0300 Subject: [PATCH] Replace 'set -e' --- bin/portzap | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/portzap b/bin/portzap index 60fcbc6..9ad0b94 100755 --- a/bin/portzap +++ b/bin/portzap @@ -1,5 +1,4 @@ -#!/bin/sh -set -e +#!/bin/sh -e ## # variables