aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 15:25:03 +0000
committerArchie Hilton (thytom) <archie.hilton1@gmail.com>2019-11-06 15:25:03 +0000
commita1cf7690a7d4d1a6908c91f6a6b79f06ac672146 (patch)
tree2afd643de7b0cea19dc5cb9e8256c1d1b1f3b6d2
parent7dadc8536c7478220fab7b3da8c045224e0e360f (diff)
And another fix...
-rwxr-xr-xdwmbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwmbar b/dwmbar
index c98796c..ab04e60 100755
--- a/dwmbar
+++ b/dwmbar
@@ -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(){