commit e427d3947259d1412d3d5dc5e719152688617e3b parent 7fc388a489be70fdaf94a7de7643ec1f92450a16 Author: awy <awy@awy.one> Date: Thu, 24 Jul 2025 14:12:30 +0300 fix Diffstat:
M | .local/bin/mounter | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/mounter b/.local/bin/mounter @@ -37,7 +37,7 @@ unopenedluks="$(for drive in $allluks; do done | filter)" # Get all normal, non-encrypted or decrypted partitions that are not mounted. -normalparts="$(echo "$lsblkoutput"| rg -v crypto_LUKS | rg 'part\|rom\|crypt' | sed "s/^/💾 /" | filter )" +normalparts="$(echo "$lsblkoutput"| rg -v crypto_LUKS | rg 'part|rom|crypt' | sed "s/^/💾 /" | filter )" # Add all to one variable. If no mountable drives found, exit. alldrives="$(echo "$phones