Fix firefox config path

This commit is contained in:
RealStickman 2023-05-22 21:18:20 +02:00
parent 1bde1df151
commit 2fd0891655

View File

@ -241,7 +241,7 @@ if [[ copy_firefox -eq 1 ]]; then
# NOTE check if firefox default-release directory exists. 1 is good, 0 is bad # NOTE check if firefox default-release directory exists. 1 is good, 0 is bad
firefoxdir=$(find ~/.mozilla/firefox/ -name \*.default-release | wc -l) firefoxdir=$(find ~/.mozilla/firefox/ -name \*.default-release | wc -l)
if [[ $firefoxdir -eq 1 ]]; then if [[ $firefoxdir -eq 1 ]]; then
cp -r ~/config/.mozilla/firefox/default-release/* ~/.mozilla/firefox/*.default-release/ cp -r ~/configs/arch-config/.mozilla/firefox/default-release/* ~/.mozilla/firefox/*.default-release/
else else
echo "Please launch firefox and then update the config again" echo "Please launch firefox and then update the config again"
fi fi