Skip to content

Commit

Permalink
fix _sysz_run call
Browse files Browse the repository at this point in the history
  • Loading branch information
joehillen committed Sep 17, 2021
1 parent a73ffb9 commit c9cbcb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sysz
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ _sysz_journalctl() {
shift
if [[ $EUID -ne 0 ]]; then
# only run sudo if we aren't root and it's a system unit
__sysz_run sudo journalctl "$@"
_sysz_run sudo journalctl "$@"
return
fi
fi
Expand Down

0 comments on commit c9cbcb6

Please sign in to comment.