Fix some errors syncunf nextclud accounts..
This commit is contained in:
@@ -186,9 +186,15 @@ nextcloud_backup=false
|
||||
## -
|
||||
nextcloud_server_url="https://${srcHost}"
|
||||
|
||||
## - nextcloud_account_arr
|
||||
## - nextcloud_accounts
|
||||
## -
|
||||
## - nextcloud_accounts="<name1>;<password1>[;server_url] [<name2;password2>[;server_url] [..
|
||||
## - !! Notice !!
|
||||
## - ============
|
||||
## - - delemiter between fields is th backtick sign: '`'
|
||||
## - - single AND double quote sign CANNOT BE USED as a sign inside a field
|
||||
## - - the single quote sign is used as begin/end sign for this variable
|
||||
## -
|
||||
## - nextcloud_accounts='<name1>`<password1>[`server_url] [<name2`password2>[`server_url] [..'
|
||||
## -
|
||||
## - Notice:
|
||||
## - if 'server_url' is ommited, the value of variable 'nextcloud_server_url', the
|
||||
@@ -196,12 +202,12 @@ nextcloud_server_url="https://${srcHost}"
|
||||
## -
|
||||
## - Example:
|
||||
## -
|
||||
## - nextcloud_accounts="
|
||||
## - user1;P4ssw0rd1
|
||||
## - user2;P4ssw0rd2;non-default-cloud-server-url
|
||||
## - "
|
||||
## -
|
||||
nextcloud_accounts=""
|
||||
## - nextcloud_accounts='
|
||||
## - user1`P4ssw0rd1
|
||||
## - user2`P4ssw0rd2`non-default-cloud-server-url
|
||||
## - '
|
||||
## -
|
||||
nextcloud_accounts=''
|
||||
|
||||
|
||||
## - Give rsync arguments here. Maybe you wish
|
||||
|
||||
Reference in New Issue
Block a user