mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Fxed README.md
This commit is contained in:
parent
51b9573bf0
commit
062c3c9543
@ -220,7 +220,7 @@ NEXTCLOUD_ADMIN_USR="zmb-admin"
|
|||||||
### NEXTCLOUD_ADMIN_PWD
|
### NEXTCLOUD_ADMIN_PWD
|
||||||
Build a strong password for this user. Username and password will shown at the end of the instalation.
|
Build a strong password for this user. Username and password will shown at the end of the instalation.
|
||||||
```bash
|
```bash
|
||||||
NEXTCLOUD_ADMIN_PWD="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
|
NEXTCLOUD_ADMIN_PWD="$(random_password)"
|
||||||
```
|
```
|
||||||
### NEXTCLOUD_DATA
|
### NEXTCLOUD_DATA
|
||||||
Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT
|
Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT
|
||||||
|
Loading…
Reference in New Issue
Block a user