diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-18 23:02:35 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-02-18 23:02:35 +0900 |
| commit | 80f9a77589f4aaa726de9ece2e5e274240f95b30 (patch) | |
| tree | 0bc3bb3bfc8754de4c78b1a43e354de20aa5b323 /ar/.local/bin | |
| parent | fadb31c42d736efe302977b195709cb0fb13df00 (diff) | |
modified shell/bm-dirs, modified bin/ecrypt
Diffstat (limited to 'ar/.local/bin')
| -rwxr-xr-x | ar/.local/bin/ecrypt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/ecrypt b/ar/.local/bin/ecrypt index 4240c71..d16d746 100755 --- a/ar/.local/bin/ecrypt +++ b/ar/.local/bin/ecrypt @@ -25,7 +25,7 @@ attempt_mount() { } targets="$HOME/.secret" -mounts="$HOME/Private" +mounts="$HOME/Secret" pw="default" [ -d "$targets" ] || mkdir -p "$targets" [ -d "$mounts" ] || mkdir -p "$mounts" |
