#!/bin/sh . "$(dirname $0)"/common config_php="$WEB_PHPMYADMIN/config.inc.php" grep blowfish_secret $config_php | awk '{print $3}' | sed "s/[^A-Za-z0-9+\/=]//g" > /tmp/pMA.upgrade exit 0