diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-30 04:40:13 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-07-30 04:40:13 +0900 |
| commit | 6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (patch) | |
| tree | c4aa73dd8b0162b454f764d69d25caba89cb353c | |
| parent | c6daac3853d68c7742a2050a9afaf952dc5ab05b (diff) | |
modified bin/mounter
| -rwxr-xr-x | ar/.local/bin/mounter | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/mounter b/ar/.local/bin/mounter index 3d9807c..a9d7a61 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 'part\|rom\|crypt' | sed "s/^/💾 /" | filter)" +normalparts="$(echo "$lsblkoutput" | grep -v crypto_LUKS | 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}')" |
