mirror of
https://github.com/YunoHost-Apps/wordpress_ynh.git
synced 2024-09-03 20:36:10 +02:00
[fix] typo
This commit is contained in:
parent
d6bd4ecbd3
commit
5adeab33ea
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ language=$4
|
||||||
is_public=$5
|
is_public=$5
|
||||||
|
|
||||||
# Check if admin exists
|
# Check if admin exists
|
||||||
sudo yunohost user list --json | grep -q '"username": "$admin_wordpress"'
|
sudo yunohost user list --json | grep -q "\"username\": \"$admin_wordpress\""
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
echo "Wrong admin"
|
echo "Wrong admin"
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Reference in a new issue