voidrice/.local
poeplva 54c0aa2af8
none of the encrypted devices are listed if no drives are decrypted already (#1338)
The part
```
for open in $decrypted; do
		[ "$uuid" = "$open" ] && break 1
done
```
exits with `0` if the variable `$decrypted` is empty, causing none of the encrypted devices to be put into the `$unopenedluks` variable. This commit fixes this problem.
2023-10-27 18:58:05 +00:00
..
bin none of the encrypted devices are listed if no drives are decrypted already (#1338) 2023-10-27 18:58:05 +00:00
share nsxiv replaces unmaintained sxiv 2023-07-15 18:57:12 +02:00