| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | none of the encrypted devices are listed if no drives are decrypted already ↵ | poeplva | 2023-10-27 | 1 | -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 fsname | Luke Smith | 2023-02-21 | 1 | -12/+23 |
| | | |||||
| * | Made mounter not show already mounted android devices in the mounting prompt | iStagnant | 2023-02-20 | 1 | -1/+4 |
| | | |||||
| * | mounter improvements, old scripts removed | Luke Smith | 2023-02-17 | 1 | -4/+11 |
| | | | | | now checks fstab for info, also one less android prompt | ||||
| * | mount drives with user's ownership | Luke Smith | 2023-02-17 | 1 | -2/+2 |
| | | |||||
| * | Fixed android device not mounting to root owned directories (#1273) | Stagnant | 2023-02-17 | 1 | -1/+1 |
| | | |||||
| * | fix #1268, use sudo -A, var rename | Luke Smith | 2023-02-13 | 1 | -6/+6 |
| | | |||||
| * | reduce find depth for speed. shellcheck. | Luke Smith | 2023-01-28 | 1 | -3/+3 |
| | | |||||
| * | Don't stop mounter script on ls error (#1255) | appeasementPolitik | 2023-01-28 | 1 | -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 scripts | Luke Smith | 2023-01-27 | 1 | -0/+93 |
| to replace dmenumount and dmenuumount | |||||
