Skip to content

Commit

Permalink
Fix Firefox setup erroring out with EACCES
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 13, 2024
1 parent 992b0c5 commit fc7a893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/seagl-setup-app
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ elif [ $1 == nextcloud ]; then
nextcloud --userid 2024laptops --apppassword "$(jq .nextcloudAppPassword < /var/lib/seagl/config-data.json)" --isvfsenabled 0 --serverurl 'https://cloud.seagl.org/'
start_and_link_app com.nextcloud.desktopclient.nextcloud
elif [ $1 == firefox ]; then
sed -i "s;AV_TEST_RESULTS_PLACEHOLDER;$(jq .avTestResultsSheetURL < /var/lib/seagl/config-data.json);" /etc/firefox/policies/policies.json
sudo sed -i "s;AV_TEST_RESULTS_PLACEHOLDER;$(jq .avTestResultsSheetURL < /var/lib/seagl/config-data.json);" /etc/firefox/policies/policies.json
start_and_link_app org.mozilla.firefox
else
echo fatal: application to be set up must be one of obs, nextcloud, firefox
Expand Down

0 comments on commit fc7a893

Please sign in to comment.