diff options
author | Darshit Shah <git@darnir.net> | 2020-05-07 21:02:10 +0200 |
---|---|---|
committer | Darshit Shah <git@darnir.net> | 2020-05-07 21:02:10 +0200 |
commit | 47247e9cbc9ea873d8d0657d9fe5586b76623b14 (patch) | |
tree | 709b480ad72cd3eed5ad7046d5335406996c063d | |
parent | dcea0f42032307605cefcc2e7b1add1a585b98f0 (diff) | |
download | rofi-pass-47247e9cbc9ea873d8d0657d9fe5586b76623b14.tar.gz |
Make the entire directory tree when creating the cache directory
-rwxr-xr-x | rofi-pass | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -800,7 +800,7 @@ main () { # create tmp dir if [[ ! -d "$cache_dir/rofi-pass" ]]; then - mkdir "$cache_dir/rofi-pass" + mkdir -p "$cache_dir/rofi-pass" fi # fix keyboard layout if enabled in config |