diff --git a/client_software/0050_nextcloud_mozilla_pre/user_run.sh b/client_software/0050_nextcloud_mozilla_pre/user_run.sh index b59ace4..096a674 100755 --- a/client_software/0050_nextcloud_mozilla_pre/user_run.sh +++ b/client_software/0050_nextcloud_mozilla_pre/user_run.sh @@ -28,7 +28,7 @@ if not 'DAVTOKEN_USER' in environ: sys.exit(1) options = { - 'webdav_hostname': "https://nextcloud.obel1x.de/remote.php/dav/files/unbrot", + 'webdav_hostname': "https://nextcloud.obel1x.de/remote.php/dav/files/" + environ['DAVTOKEN_USER'], 'webdav_login': environ['DAVTOKEN_USER'], 'webdav_password': environ['DAVTOKEN_PASS'] }