summaryrefslogtreecommitdiff
path: root/ar/.local
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-10 02:27:06 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-01-10 02:27:06 +0900
commit6a8197c3c38c815910398a1ddd75fe7215409e36 (patch)
tree632e01fc9b2c7f9972cf2508a32cda1a3dfe9156 /ar/.local
parent21fce318909ec86d458e3c1b5726bbf7b4dfe540 (diff)
modified bin/mounter
Diffstat (limited to 'ar/.local')
-rwxr-xr-xar/.local/bin/mounter2
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/mounter b/ar/.local/bin/mounter
index a9d7a61..c8eabbf 100755
--- a/ar/.local/bin/mounter
+++ b/ar/.local/bin/mounter
@@ -81,7 +81,7 @@ unopenedluks="$(for drive in $allluks; do
done | filter)"
# Get all normal, non-encrypted or decrypted partitions that are not mounted.
-normalparts="$(echo "$lsblkoutput" | grep -v crypto_LUKS | grep -v 'part 1M' | grep 'part\|rom\|crypt' | sed "s/^/💾 /" | filter)"
+normalparts="$(echo "$lsblkoutput" | grep -v crypto_LUKS | grep -v 'LVM2_member' | grep -v 'part 1M' | grep 'part\|rom\|crypt' | sed "s/^/💾 /" | filter)"
# Get all available IP addresses with open Samba shares in the wlan0 subnet, excluding eth0 IP
smbips="$(sudo arp-scan --interface=eth0 --interface=wlan0 --localnet | grep -vEi '(EFM Networks|DUP:)' | awk '/^[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+/{print $1}')"