From 929c51f5942723860e5faea47b05cf1e46559ac9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=C3=A4tzold?= Date: Wed, 22 Apr 2026 20:46:32 +0200 Subject: [PATCH] Mozilla pre: Fixed User in Serverpath --- client_software/0050_nextcloud_mozilla_pre/user_run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'] }