hestiacp/install/upgrade/versions/1.4.7.sh

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