1
0
Fork 0
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:
ericgaspar 2021-09-24 16:22:51 +02:00
parent b13cda0b6e
commit 0856b275e4
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================