And another fix...

This commit is contained in:
Archie Hilton (thytom) 2019-11-06 15:25:03 +00:00
parent 7dadc8536c
commit a1cf7690a7

2
dwmbar
View file

@ -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(){