From e221c0a91cba9139bc905058cab21a4cac852c62 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 21 Jul 2022 23:26:14 -0400 Subject: [PATCH] iiab-network: Remove repetitive output --- iiab-network | 1 - 1 file changed, 1 deletion(-) diff --git a/iiab-network b/iiab-network index 6d286c2a0..5e3d5ba20 100755 --- a/iiab-network +++ b/iiab-network @@ -12,7 +12,6 @@ exit_error() { if [ ! -f iiab-network.yml ]; then exit_error "iiab-network.yml not found in current directory." \ "Please rerun this command from the top level of the git repo." \ - "Exiting." fi OS="unknown" # will be overridden below, if /etc/iiab/iiab.env is legit