diff --git a/plugins/site b/plugins/site index 4176791..cb0aabc 100644 --- a/plugins/site +++ b/plugins/site @@ -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 diff --git a/webinoly.tar b/webinoly.tar new file mode 100644 index 0000000..6c5cffe Binary files /dev/null and b/webinoly.tar differ