diff options
Diffstat (limited to 'deploy.sh')
| -rwxr-xr-x | deploy.sh | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -26,5 +26,6 @@ for profile in ${HOME}/.mozilla/firefox/*.default ${HOME}/.mozilla/firefox/*.def [ ! -d "$profile" ] && continue mkdir -p "$profile/chrome" ln -sf ${CONFIG_DIR}/firefox/user.js "$profile/user.js" - ln -sf ${CONFIG_DIR}/firefox/userChrome.css "$profile/chrome/userChrome.css" + # userChrome.css needs to be copied, as sandbox can't resolve symlink + cp ${CONFIG_DIR}/firefox/userChrome.css "$profile/chrome/userChrome.css" done |
