Skip to content

Commit

Permalink
firefox fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xeon-zolt committed Jul 21, 2017
1 parent 7ba2b91 commit 4e99954
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

set -eu
# firefox
preferences_file="`echo /etc/skel/.mozilla/firefox/a.default/user.js`"
preferences_file="`echo /home/hotelos/.mozilla/firefox/a.default/user.js`"
if [ -f "$preferences_file" ]
then
echo "user_pref(\"browser.startup.homepage\", \"${event_url}\");" >> $preferences_file
fi
#chromium

0 comments on commit 4e99954

Please sign in to comment.