added share, rootfs, and disk checks
This commit is contained in:
+4
-1
@@ -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 ====="
|
||||
|
||||
Reference in New Issue
Block a user