diff options
author | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 15:25:03 +0000 |
---|---|---|
committer | Archie Hilton (thytom) <archie.hilton1@gmail.com> | 2019-11-06 15:25:03 +0000 |
commit | a1cf7690a7d4d1a6908c91f6a6b79f06ac672146 (patch) | |
tree | 2afd643de7b0cea19dc5cb9e8256c1d1b1f3b6d2 | |
parent | 7dadc8536c7478220fab7b3da8c045224e0e360f (diff) |
And another fix...
-rwxr-xr-x | dwmbar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -51,7 +51,7 @@ print_help(){ copy_usr_to_home(){ mkdir -p "$CUSTOM_DIR" - cp -r "$DEFAULT_CONFIG_DIR{config}" "$CONFIG_DIR" + cp -r "$DEFAULT_CONFIG_LOCATION" "$CONFIG_DIR" } check_files(){ |