Commit 1b9e6adf authored by Vitaly Lipatov's avatar Vitaly Lipatov

tune_new_user.sh: fix an error

parent baefa70b
......@@ -323,7 +323,7 @@ Modified git files=git ls-files --modified
EOF
FIREFOXPREFS=$(echo ~/.mozilla/firefox/*/prefs.js)
for i in $FIREFOXPREFS ; then
for i in $FIREFOXPREFS ; do
[ -s "$i" ] || continue
if ! grep "network.negotiate-auth.trusted-uris" $i ; then
echo 'user_pref("network.negotiate-auth.trusted-uris", ".etersoft.ru,.eterhost.ru");' >>$i
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment