jbomb-automate #4

Merged
phanipavank merged 9 commits from jbomb-automate into master 2026-01-13 15:03:35 +00:00
Showing only changes of commit e4f761b133 - Show all commits

2
jconf
View File

@@ -89,7 +89,7 @@ case "$cmd" in
listusers) listusers)
husers=$(awk -F: '{ if ($3 >= 1000 && $1 != "nobody" ) {print $1}}' /etc/passwd) husers=$(awk -F: '{ if ($3 >= 1000 && $1 != "nobody" ) {print $1}}' /etc/passwd)
echo $husers echo "$husers"
;; ;;
start) start)