aggiunto breve readme a script truenas scale

This commit is contained in:
marco.locatelli@steamware.net
2026-01-19 16:44:32 +01:00
parent c6de62fe2c
commit 9b8a7c3b4e
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# Read me: prima di esecuzione fare chmod +x export_pool.sh
# Per l'utilizzo: ./export_pool.sh pool_name
if [ $# -ne 1 ]; then
echo "Usage: $0 <pool_name>"
exit 1
+3
View File
@@ -1,5 +1,8 @@
#!/bin/bash
# Read me: prima di esecuzione fare chmod +x import_pool.sh
# Per l'utilizzo: ./import_pool.sh pool_name
if [ $# -ne 1 ]; then
echo "Usage: $0 <pool_name>"
exit 1