Update zoneminder-install.sh - minor edits

This commit is contained in:
tschettervictor
2024-09-29 17:00:09 -06:00
committed by GitHub
parent 6eff2fd37a
commit 53294869e8

View File

@@ -3,7 +3,7 @@
APP_NAME="zoneminder" APP_NAME="zoneminder"
DB_TYPE="MySQL" DB_TYPE="MySQL"
DB_NAME="zm" DB_NAME="zoneminder"
DB_USER="zoneminder" DB_USER="zoneminder"
DB_ROOT_PASSWORD=$(openssl rand -base64 15) DB_ROOT_PASSWORD=$(openssl rand -base64 15)
DB_PASS=$(openssl rand -base64 15) DB_PASS=$(openssl rand -base64 15)