mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
iiab-network: Line ending typo / syntax error
This commit is contained in:
parent
556db4bfb6
commit
79d6bd8bc6
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ 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." \
|
||||
"Please rerun this command from the top level of the git repo."
|
||||
fi
|
||||
|
||||
OS="unknown" # will be overridden below, if /etc/iiab/iiab.env is legit
|
||||
|
|
Loading…
Reference in a new issue