mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
Update install
This commit is contained in:
parent
3bd1c868dd
commit
ad17f6cb07
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ language=$4
|
|||
is_public=$5
|
||||
|
||||
# Check if admin password is not null
|
||||
if [ "$admin_passwd" = "" ]; then
|
||||
echo "Wrong password"
|
||||
if [ "$admin_wordpress" = "" ]; then
|
||||
echo "Wrong admin"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue