fix librewolf restore
This commit is contained in:
parent
7fc3e5011a
commit
743804a163
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ fi
|
|||
|
||||
cd ~/.librewolf
|
||||
for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name "*.*"); do
|
||||
cp -r $GIT_DIR/librewolf/ $dir
|
||||
cp -r $GIT_DIR/librewolf/* $dir
|
||||
done
|
||||
|
||||
# WezTerm
|
||||
|
|
Loading…
Add table
Reference in a new issue