1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/phpmyadmin_ynh.git synced 2024-09-03 19:56:46 +02:00

[fix] typo

This commit is contained in:
Alexis Gavoty 2014-05-29 12:03:52 +02:00
parent e42aebdffa
commit 96d83ded0b

View file

@ -12,7 +12,7 @@ if [[ ! $? -eq 0 ]]; then
fi
# Check that admin user is an existing account
sudo yunohost user list --json | grep -q '"username": "$admin"'
sudo yunohost user list --json | grep -q "\"username\": \"$admin\""
if [[ ! $? -eq 0 ]]; then
echo "Error : the chosen admin user does not exist"
exit 1