Fix ovos-log-watch command and remove the mana command
This commit is contained in:
parent
4798fa5b64
commit
a486b943b3
|
@ -7,8 +7,7 @@ alias ovos-config='podman exec --interactive --tty ovos-cli ovos-config'
|
|||
alias ovos-speak='podman exec --interactive --tty ovos-cli ovos-speak'
|
||||
alias ovos-listen='podman exec --interactive --tty ovos-cli ovos-listen'
|
||||
alias ovos-say-to='podman exec --interactive --tty ovos-cli ovos-say-to'
|
||||
alias ovos-log-watch='journalctl --user-unit=ovos_* -f'
|
||||
alias mana='podman exec --interactive --tty ovos-cli mana'
|
||||
alias ovos-log-watch='journalctl --user-unit=ovos-* -f'
|
||||
|
||||
######################################################################
|
||||
# Initialize OpenVoiceOS CLI Environment
|
||||
|
|
|
@ -20,5 +20,3 @@ echo " ovos-listen Start listening for commands "
|
|||
echo " ovos-say-to <phrase> Directly give a written command to ovos "
|
||||
echo " ovos-log-watch Watch ovos log files live "
|
||||
echo
|
||||
echo " mana Messagebus Application from Neon Ai "
|
||||
echo
|
||||
|
|
Loading…
Reference in New Issue