Update 'bin/wp-create-db-user-from-config.sh'
This commit is contained in:
parent
3f229faf49
commit
20891b07d0
|
@ -12,7 +12,7 @@ fi
|
||||||
|
|
||||||
VHOST=$1
|
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."
|
echo "Config file /srv/$VHOST/html/wp-config.php does not exist."
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue
Block a user