1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

iiab-network: Remove repetitive output

This commit is contained in:
A Holt 2022-07-21 23:26:14 -04:00 committed by GitHub
parent 0763d56fa9
commit e221c0a91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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