summaryrefslogtreecommitdiffstats
path: root/.local/bin/mounter
Commit message (Collapse)AuthorAgeFilesLines
* close #1292Luke Smith2024-07-151-1/+6
|
* none of the encrypted devices are listed if no drives are decrypted already ↵poeplva2023-10-271-1/+1
| | | | | | | | | | | (#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.
* use android name in fsnameLuke Smith2023-02-211-12/+23
|
* Made mounter not show already mounted android devices in the mounting promptiStagnant2023-02-201-1/+4
|
* mounter improvements, old scripts removedLuke Smith2023-02-171-4/+11
| | | | now checks fstab for info, also one less android prompt
* mount drives with user's ownershipLuke Smith2023-02-171-2/+2
|
* Fixed android device not mounting to root owned directories (#1273)Stagnant2023-02-171-1/+1
|
* fix #1268, use sudo -A, var renameLuke Smith2023-02-131-6/+6
|
* reduce find depth for speed. shellcheck.Luke Smith2023-01-281-3/+3
|
* Don't stop mounter script on ls error (#1255)appeasementPolitik2023-01-281-1/+1
| | | | | | | * Don't stop mounter script on ls error If no decrypted LUKS drives are found, the script errors with `ls: cannot access '/dev/disk/by-id/dm-uuid-CRYPT-LUKS2-*': No such file or directory` and stops, this makes sure the error doesn't stop the script. * True was on wrong line
* usb/android/luks (un)mount scriptsLuke Smith2023-01-271-0/+93
to replace dmenumount and dmenuumount