diff --git a/restore.sh b/restore.sh
index 2193162..23ab6df 100755
--- a/restore.sh
+++ b/restore.sh
@@ -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