added some comments to the script examples.

This commit is contained in:
mfeilner
2023-12-05 15:48:45 +01:00
parent 2593b6b69f
commit 965ce3aea9
+3 -1
View File
@@ -83,7 +83,8 @@ startsecs=60
```
#!/bin/bash
# This file is named ocis.start
# This file is named ocis.start.
# It sets environment variables needed for uber.space needed for Infinite Scale
/usr/bin/uberspace web backend set / --http --port 9200 &
export OCIS_URL=https://ocis.uber.space
export PROXY_TLS=false
@@ -117,6 +118,7 @@ This little script is removing your ocis installation (and ==all of your data!==
```
#!/bin/bash
# This file is named ocis.reinstall
# It deletes the old ocis installation, fetches a new binary and starts ocis.
rm -rf .ocis
curl https://download.owncloud.com/ocis/ocis/stable/4.0.2/ocis-4.0.2-linux-amd64 --output ocis
chmod +x ocis