application working with php

This commit is contained in:
2026-03-15 10:22:30 -07:00
parent 702a5e99a4
commit 8787a1ee2a
8 changed files with 98 additions and 44 deletions

View File

@ -27,7 +27,7 @@
}
},
{
"name": "Block_Storage",
"name": "Block Storage",
"description": "{device_id} is of type {drive_type} with capacity of {drive_capacity}.",
"multi_check": "True",
"device_list": "lsblk -d -o NAME,SIZE | grep -v -e 0B -e NAME | awk '{print $1}'",