Update create_wp_https

This commit is contained in:
dpeca 2020-01-19 23:00:46 +01:00 committed by GitHub
commit be6d976d8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
#!/bin/bash
# WordPress installer in one command line
# Credits to Luka Paunović for wp-cli implememtation
if [ $# -lt 1 ]; then
echo usage: create_wp_https domain [db_name] [email]
exit 1