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-06-08 08:43:33 +02:00
parent 9f0b98e067
commit f7f2da3535
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -27,6 +27,14 @@ is_public=$YNH_APP_ARG_IS_PUBLIC
app=$YNH_APP_INSTANCE_NAME
if [ ${PACKAGE_CHECK_EXEC:-0} -eq 1 ]; then
:
else
if [ ! -f /etc/systemd/system/mumbleserver.service ]; then
ynh_die --message="In order to install Mumlble-web client you must install Mumble-server first"
fi
fi
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#=================================================