mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
6 lines
No EOL
191 B
Bash
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 |