mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 22:15:53 +00:00
Update dispatcharr-install.sh
This commit is contained in:
@@ -39,13 +39,13 @@ $STD sudo -u postgres psql -c "CREATE DATABASE $DB_NAME WITH OWNER $DB_USER ENCO
|
||||
$STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET client_encoding TO 'utf8';"
|
||||
$STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET default_transaction_isolation TO 'read committed';"
|
||||
$STD sudo -u postgres psql -c "ALTER ROLE $DB_USER SET timezone TO 'UTC';"
|
||||
|
||||
cat <<EOF >~/dispatcharr.creds
|
||||
Dispatcharr-Credentials
|
||||
Dispatcharr Database Name: $DB_NAME
|
||||
Dispatcharr Database User: $DB_USER
|
||||
Dispatcharr Database Password: $DB_PASS
|
||||
EOF
|
||||
{
|
||||
echo "Dispatcharr Credentials"
|
||||
echo "Database Name: $DB_NAME"
|
||||
echo "Database User: $DB_USER"
|
||||
echo "Database Password: $DB_PASS"
|
||||
echo ""
|
||||
} >>~/dispatcharr.creds
|
||||
msg_ok "Created PostgreSQL Database"
|
||||
|
||||
fetch_and_deploy_gh_release "dispatcharr" "Dispatcharr/Dispatcharr"
|
||||
|
||||
Reference in New Issue
Block a user