Skip to content

Commit

Permalink
Wait a moment before booting Nextcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
strugee committed Oct 30, 2024
1 parent 546af50 commit a44583a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/seagl-setup-app
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if [ "$arg" == obs ]; then
start_and_link_app com.obsproject.Studio
elif [ "$arg" == nextcloud ]; then
nextcloud --userid 2024laptops --apppassword "$(get_config_value .nextcloudAppPassword)" --isvfsenabled 0 --serverurl 'https://cloud.seagl.org/' --localdirpath /home/seagloperator/Nextcloud
sleep 10
start_and_link_app com.nextcloud.desktopclient.nextcloud
elif [ "$arg" == firefox ]; then
sudo sed -i "s;AV_TEST_RESULTS_PLACEHOLDER;$(get_config_value .avTestResultsSheetURL);" /etc/firefox/policies/policies.json
Expand Down

0 comments on commit a44583a

Please sign in to comment.