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
|
cd ~/.librewolf
|
||||||
for dir in $(find . -mindepth 1 -maxdepth 1 -type d -name "*.*"); do
|
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
|
done
|
||||||
|
|
||||||
# WezTerm
|
# WezTerm
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue