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:
parent
f3e9a0b209
commit
4918945f1b
1 changed files with 2 additions and 1 deletions
|
@ -6,7 +6,8 @@ path=$2
|
||||||
admin=$3
|
admin=$3
|
||||||
user_pwd=$4
|
user_pwd=$4
|
||||||
language=$5
|
language=$5
|
||||||
is_public=$6
|
market=$6
|
||||||
|
is_public=$7
|
||||||
|
|
||||||
# Check if admin exists
|
# Check if admin exists
|
||||||
sudo yunohost user list --json | grep -q "\"username\": \"$admin\""
|
sudo yunohost user list --json | grep -q "\"username\": \"$admin\""
|
||||||
|
|
Loading…
Add table
Reference in a new issue