Debugging
This commit is contained in:
@@ -505,6 +505,9 @@ EOF
|
|||||||
EOF
|
EOF
|
||||||
echo -e "\n ✅ Final disko configuration created."
|
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
|
# --> Generate automatic unlock configuration in ./nix-config/disks/snapraid.nix
|
||||||
if [[ "$NUMBER_OF_CONTENT_DISKS" -gt 1 || "$NUMBER_OF_PARITY_DISKS" -gt 0 ]]; then
|
if [[ "$NUMBER_OF_CONTENT_DISKS" -gt 1 || "$NUMBER_OF_PARITY_DISKS" -gt 0 ]]; then
|
||||||
echo -e "\n ✅ Generating automatic disk unlocking configuration..."
|
echo -e "\n ✅ Generating automatic disk unlocking configuration..."
|
||||||
|
|||||||
Reference in New Issue
Block a user