mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-19 08:52:16 +00:00
Fix (#10634)
This commit is contained in:
@@ -24,8 +24,8 @@ msg_info "Configuring monica"
|
|||||||
cd /opt/monica
|
cd /opt/monica
|
||||||
cp /opt/monica/.env.example /opt/monica/.env
|
cp /opt/monica/.env.example /opt/monica/.env
|
||||||
HASH_SALT=$(openssl rand -base64 32)
|
HASH_SALT=$(openssl rand -base64 32)
|
||||||
sed -i -e "s|^DB_USERNAME=.*|DB_USERNAME=${DB_USER}|" \
|
sed -i -e "s|^DB_USERNAME=.*|DB_USERNAME=${MARIADB_DB_USER}|" \
|
||||||
-e "s|^DB_PASSWORD=.*|DB_PASSWORD=${DB_PASS}|" \
|
-e "s|^DB_PASSWORD=.*|DB_PASSWORD=${MARIADB_DB_PASS}|" \
|
||||||
-e "s|^HASH_SALT=.*|HASH_SALT=${HASH_SALT}|" \
|
-e "s|^HASH_SALT=.*|HASH_SALT=${HASH_SALT}|" \
|
||||||
/opt/monica/.env
|
/opt/monica/.env
|
||||||
$STD composer install --no-dev -o --no-interaction
|
$STD composer install --no-dev -o --no-interaction
|
||||||
|
|||||||
Reference in New Issue
Block a user