Logging change
This commit is contained in:
parent
923ad1e9e3
commit
ae7f7105bf
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ fi
|
||||||
### Ensure ble.sh installed
|
### Ensure ble.sh installed
|
||||||
if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" ]; then
|
if [ -d "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" ]; then
|
||||||
logg info 'Make installing blesh'
|
logg info 'Make installing blesh'
|
||||||
make -C "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" install > /dev/null && logg success "Installed ble.sh" || logg error "Error running make -C "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" install"
|
make -C "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" install > /dev/null && logg info "Installed ble.sh" || logg error "Error running make -C "${XDG_DATA_HOME:-$HOME/.local/share}/blesh/src" install"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### Bash-it completions / plugins
|
### Bash-it completions / plugins
|
||||||
|
|
Loading…
Reference in a new issue