Skip to content
Snippets Groups Projects
Commit e5f1ce75 authored by Erik von Reis's avatar Erik von Reis
Browse files

fixed some bad indents

parent 2bf183d3
No related branches found
No related tags found
1 merge request!150Update rtcds with user-space model flags
......@@ -594,7 +594,7 @@ case $cmd in
fi
;;
'log')
args=
args=
if [[ $FOLLOW_FLAG ]] ; then
args="-f"
fi
......@@ -602,9 +602,9 @@ case $cmd in
log "You must specify one system to show log."
exit 2
fi
sys=$1
sudo journalctl $args --unit=rts*${sys}*
;;
sys=$1
sudo journalctl $args --unit=rts*${sys}*
;;
'blog')
format=full
if [[ $INFO_FLAG ]] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment