summaryrefslogtreecommitdiffstats
path: root/.local/bin/mounter
Commit message (Collapse)AuthorAgeFilesLines
* 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