Skip to content

Commit

Permalink
install.sh: normalise whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Nov 22, 2023
1 parent a9db28c commit 5a2228e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ find_config() {
warning "Could not find $CONFIG_FILE!"
exit 1
fi
else
if [ -f "/boot/$CONFIG_FILE" ] && [ ! -L "/boot/$CONFIG_FILE" ]; then
warning "Oops! It looks like /boot/$CONFIG_FILE is not a link to $CONFIG_DIR/$CONFIG_FILE"
warning "You might want to fix this!"
fi
else
if [ -f "/boot/$CONFIG_FILE" ] && [ ! -L "/boot/$CONFIG_FILE" ]; then
warning "Oops! It looks like /boot/$CONFIG_FILE is not a link to $CONFIG_DIR/$CONFIG_FILE"
warning "You might want to fix this!"
fi
fi
inform "Using $CONFIG_FILE in $CONFIG_DIR"
inform "Using $CONFIG_FILE in $CONFIG_DIR"
}

venv_bash_snippet() {
Expand Down

0 comments on commit 5a2228e

Please sign in to comment.