forked from obel1x/fedora-OEMDRV
Mozilla pre: Fixed User in Serverpath
This commit is contained in:
@@ -28,7 +28,7 @@ if not 'DAVTOKEN_USER' in environ:
|
|||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
options = {
|
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_login': environ['DAVTOKEN_USER'],
|
||||||
'webdav_password': environ['DAVTOKEN_PASS']
|
'webdav_password': environ['DAVTOKEN_PASS']
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user