1
0
Fork 0
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:
Julien Malik 2015-01-31 23:01:16 +01:00
parent 8c919972c9
commit b6402f1122

View file

@ -13,6 +13,7 @@ if [[ ! $? -eq 0 ]]; then
exit 1
fi
# Check that admin user is an existing account
sudo yunohost user list --json | grep -q "\"username\": \"$admin_user\""
if [[ ! $? -eq 0 ]]; then