mirror of
https://git.adityakumar.xyz/dwmbar.git
synced 2024-11-22 02:22:53 +00:00
And another fix...
This commit is contained in:
parent
7dadc8536c
commit
a1cf7690a7
1 changed files with 1 additions and 1 deletions
2
dwmbar
2
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(){
|
||||
|
|
Loading…
Reference in a new issue