diff options
-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(){ |