Update 'bin/wp-create-db-user-from-config.sh'

This commit is contained in:
Matthew Saunders Brown 2021-04-14 18:45:57 -07:00
parent 3f229faf49
commit 20891b07d0

View File

@ -12,7 +12,7 @@ fi
VHOST=$1
if [ ! -f /srv/$VHOST/html/wp-config.php ]; then
if [ ! -f /srv/www/$VHOST/html/wp-config.php ]; then
echo "Config file /srv/$VHOST/html/wp-config.php does not exist."
exit
fi