Browse Source

[fix] typo

pull/1/head
Alexis Gavoty 12 years ago
parent
commit
5adeab33ea
  1. 2
      scripts/install

2
scripts/install

@ -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…
Cancel
Save