mirror of
https://github.com/YunoHost-Apps/jirafeau_ynh.git
synced 2024-09-03 19:35:53 +02:00
Update install
This commit is contained in:
parent
8c919972c9
commit
b6402f1122
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ if [[ ! $? -eq 0 ]]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
# Check that admin user is an existing account
|
# Check that admin user is an existing account
|
||||||
sudo yunohost user list --json | grep -q "\"username\": \"$admin_user\""
|
sudo yunohost user list --json | grep -q "\"username\": \"$admin_user\""
|
||||||
if [[ ! $? -eq 0 ]]; then
|
if [[ ! $? -eq 0 ]]; then
|
||||||
|
|
Loading…
Reference in a new issue