1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leed_ynh.git synced 2024-09-03 19:26:32 +02:00

Fix Leed Market

This commit is contained in:
mbugeia 2014-10-20 01:54:46 +02:00
parent f3e9a0b209
commit 4918945f1b

View file

@ -6,7 +6,8 @@ path=$2
admin=$3
user_pwd=$4
language=$5
is_public=$6
market=$6
is_public=$7
# Check if admin exists
sudo yunohost user list --json | grep -q "\"username\": \"$admin\""