Fxed README.md

This commit is contained in:
thorstenspille 2022-05-21 23:36:02 +02:00
parent 51b9573bf0
commit 062c3c9543

View File

@ -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