mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Update install
This commit is contained in:
parent
b13cda0b6e
commit
0856b275e4
1 changed files with 3 additions and 0 deletions
|
@ -27,6 +27,9 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
|
|||
|
||||
app=$YNH_APP_INSTANCE_NAME
|
||||
|
||||
# Testing if mumbleserver is installed
|
||||
yunohost app list | grep -q "id: mumbleserver" || ynh_die "mumbleserver is needed, but it is not installed."
|
||||
|
||||
#=================================================
|
||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||
#=================================================
|
||||
|
|
Loading…
Reference in a new issue