Only DB Command

Create a DB without site - command hack
This commit is contained in:
Cristhian Martínez Ochoa 2018-02-13 19:39:54 -07:00
parent 2a8fcecef6
commit 023abfb00d
2 changed files with 4 additions and 1 deletions

View file

@ -125,7 +125,10 @@ elif [ "$type" == "-mysql" ]; then
# We use WP function to create DB when wp=0 WP files are not installed.
createsite
wpinstall
elif [[ "$domain" == "-mysql" && -z "$type" && -z "$cache" ]]; then
# Hack to create a DB easily (without site).
wpinstall
# Create HTML site
elif [ "$type" == "-html" ]; then

BIN
webinoly.tar Normal file

Binary file not shown.