mirror of
https://github.com/YunoHost-Apps/mumble-web_ynh.git
synced 2024-09-03 19:46:16 +02:00
Fix
This commit is contained in:
parent
2c33524db9
commit
e94acdcb53
2 changed files with 2 additions and 10 deletions
|
@ -1,8 +1,8 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=Mumble web interface (app: __APP__)
|
Description=Mumble web interface (app: __APP__)
|
||||||
Documentation=https://github.com/johni0702/mumble-web
|
Documentation=https://github.com/johni0702/mumble-web
|
||||||
Requires=network.target #mumbleserver.service
|
Requires=network.target mumbleserver.service
|
||||||
After=network.target #mumbleserver.service
|
After=network.target mumbleserver.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
|
|
|
@ -68,14 +68,6 @@ ynh_script_progression --message="Removing NGINX web server configuration..." --
|
||||||
# Remove the dedicated nginx config
|
# Remove the dedicated nginx config
|
||||||
ynh_remove_nginx_config
|
ynh_remove_nginx_config
|
||||||
|
|
||||||
#=================================================
|
|
||||||
# SPECIFIC REMOVE
|
|
||||||
#=================================================
|
|
||||||
# REMOVE OTHER FILES
|
|
||||||
#=================================================
|
|
||||||
|
|
||||||
ynh_secure_remove --file="/var/log/$app"
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# GENERIC FINALIZATION
|
# GENERIC FINALIZATION
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue