mirror of
https://github.com/YunoHost-Apps/linuxdash_ynh.git
synced 2024-09-03 19:36:07 +02:00
4 lines
No EOL
224 B
Bash
Executable file
4 lines
No EOL
224 B
Bash
Executable file
#!/bin/bash
|
|
result=$(/bin/df -Ph | awk 'NR>1 {print "{\"file_system\": \"" $1 "\", \"size\": \"" $2 "\", \"used\": \"" $3 "\", \"avail\": \"" $4 "\", \"used%\": \"" $5 "\", \"mounted\": \"" $6 "\"},"}')
|
|
|
|
echo [ ${result%?} ] |