lint fixed
All checks were successful
/ Lint Check Shellscripts (push) Successful in 12s
/ Lint Check Shellscripts (pull_request) Successful in 11s

This commit is contained in:
2026-01-12 09:20:20 +05:30
parent aa297095b0
commit e4f761b133

2
jconf
View File

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