MKP 2.4.0, added password store for app password, some changes for compatibility with NC 28
This commit is contained in:
@@ -3,7 +3,7 @@ def agent_nextcloud_arguments(params, hostname, ipaddress):
|
||||
"--hostname", params["hostname"],
|
||||
"--username", params["username"],
|
||||
"--password", params["password"],
|
||||
"--token", params["token"],
|
||||
"--token", passwordstore_get_cmdline("%s", params["token"]),
|
||||
"--port", params["port"],
|
||||
"--folder", params["folder"],
|
||||
"--no-https", params["no_https"],
|
||||
|
||||
Reference in New Issue
Block a user