From 062c3c9543d8882ff03fc901b5d52c0b26022b52 Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Sat, 21 May 2022 23:36:02 +0200 Subject: [PATCH] Fxed README.md --- conf/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/README.md b/conf/README.md index 36c232f..00268c7 100644 --- a/conf/README.md +++ b/conf/README.md @@ -220,7 +220,7 @@ NEXTCLOUD_ADMIN_USR="zmb-admin" ### NEXTCLOUD_ADMIN_PWD Build a strong password for this user. Username and password will shown at the end of the instalation. ```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 Defines the data directory, which will be createt under LXC_SHAREFS_MOUNTPOINT