added share, rootfs, and disk checks

This commit is contained in:
2026-04-06 00:58:37 +00:00
parent 2f18f0cb6b
commit 227cdaac19
3 changed files with 151 additions and 4 deletions
+4 -1
View File
@@ -37,6 +37,9 @@ echo "--- $ICON_GEAR Setup ---"
detect_hosts
resolve_remote_ip
check_connectivity
check_remote_rootfs
check_remote_share "$DIRECTORY"
check_remote_disks "$DIRECTORY"
# Profile is inferred from the directory basename (lowercased)
# e.g. /mnt/user/appdata-Failover/Arrs_Stack → arrs_stack
@@ -114,7 +117,7 @@ start_containers
END=$(date +%s)
# -----------------------------------------------------------------------------------------------
# --- $ICON_SUCCESS Summary ---
# --- Summary ---
# -----------------------------------------------------------------------------------------------
echo ""
echo "===== SUMMARY ====="