You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
434 B

#!/bin/bash
# Hestia Control Panel upgrade script for target version 1.4.7
#######################################################################################
####### Place additional commands below. #######
#######################################################################################
if [ -n "$DB_PGA_ALIAS" ]; then
$HESTIA/bin/v-change-sys-db-alias 'pga' "$DB_PGA_ALIAS"
fi