mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
10 lines
No EOL
227 B
Bash
Executable file
10 lines
No EOL
227 B
Bash
Executable file
#!/bin/bash
|
|
result=$(/usr/bin/lastlog -t 365 \
|
|
| /usr/bin/awk 'NR>1 {\
|
|
print "{ \
|
|
\"user\": \"" $1 "\", \
|
|
\"ip\": \"" $3 "\","" \
|
|
\"date\": \"" $5" "$6" "$7" "$8" "$9 "\"},"
|
|
}'
|
|
)
|
|
echo [ ${result%?} ] |