Debugging

This commit is contained in:
Raphael Numbus
2025-12-07 12:38:07 +01:00
parent 3e5d02b2e2
commit 095c537ed2
+3
View File
@@ -505,6 +505,9 @@ EOF
EOF
echo -e "\n ✅ Final disko configuration created."
echo $NUMBER_OF_CONTENT_DISKS
echo $NUMBER_OF_PARITY_DISKS
# --> Generate automatic unlock configuration in ./nix-config/disks/snapraid.nix
if [[ "$NUMBER_OF_CONTENT_DISKS" -gt 1 || "$NUMBER_OF_PARITY_DISKS" -gt 0 ]]; then
echo -e "\n ✅ Generating automatic disk unlocking configuration..."