mirror of
https://github.com/YunoHost-Apps/nodebb_ynh.git
synced 2024-09-03 19:46:29 +02:00
Update install
This commit is contained in:
parent
e1893614ba
commit
5bfa08a344
1 changed files with 0 additions and 2 deletions
|
@ -38,8 +38,6 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THIS ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THIS ARGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
CHECK_USER "$admin" # Vérifie la validité de l'user admin
|
|
||||||
|
|
||||||
if sudo yunohost domain list | grep -q $domain # Vérifie la liste des domaines
|
if sudo yunohost domain list | grep -q $domain # Vérifie la liste des domaines
|
||||||
then # Si le domaine existe dans Yunohost
|
then # Si le domaine existe dans Yunohost
|
||||||
if sudo yunohost app map | grep -q $domain # Vérifie la liste des apps par domaine
|
if sudo yunohost app map | grep -q $domain # Vérifie la liste des apps par domaine
|
||||||
|
|
Loading…
Reference in a new issue