1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mumbleserver_ynh.git synced 2024-09-03 19:46:03 +02:00
mumbleserver_ynh/scripts/remove
2014-11-10 20:09:39 +01:00

6 lines
No EOL
191 B
Bash

#!/bin/bash
app=mumbleserver
port=$(sudo yunohost app setting $app port)
sudo apt-get autoremove -y mumble-server > /dev/null 2>&1
sudo yunohost firewall disallow Both $port > /dev/null 2>&1