mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-13 13:27:03 +02:00
Integrated shellcheck changes by @fbartels
This commit is contained in:
@ -38,4 +38,4 @@ NEXTCLOUD_DB_NAME="nextcloud_db"
|
||||
NEXTCLOUD_DB_USR="nextcloud"
|
||||
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
NEXTCLOUD_DB_PWD="$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 32 | head -n 1)"
|
||||
NEXTCLOUD_DB_PWD="$(random_password)"
|
||||
|
@ -5,6 +5,7 @@
|
||||
# (C) 2021 Script design and prototype by Markus Helmke <m.helmke@nettwarker.de>
|
||||
# (C) 2021 Script rework and documentation by Thorsten Spille <thorsten@spille-edv.de>
|
||||
|
||||
source /root/functions.sh
|
||||
source /root/zamba.conf
|
||||
source /root/constants-service.conf
|
||||
|
||||
|
Reference in New Issue
Block a user