Skip to content

Commit

Permalink
Comment out Nextcloud init for debug reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 19, 2024
1 parent 20bbb99 commit 743f6b3
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 @@ -28,7 +28,7 @@ if [ "$arg" == obs ]; then
start_and_link_app com.obsproject.Studio
elif [ "$arg" == 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
#start_and_link_app com.nextcloud.desktopclient.nextcloud
elif [ "$arg" == firefox ]; then
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
Expand Down

0 comments on commit 743f6b3

Please sign in to comment.