mirror of
https://github.com/YunoHost-Apps/mumbleserver_ynh.git
synced 2024-09-03 19:46:03 +02:00
try some fix
This commit is contained in:
parent
e7ae2f08cb
commit
2bce62b86e
1 changed files with 0 additions and 3 deletions
|
@ -14,14 +14,11 @@ port=$4
|
|||
registerName=$5
|
||||
|
||||
mumble_conf=/etc/mumble-server.ini
|
||||
|
||||
|
||||
# Check port availability
|
||||
sudo yunohost app checkport $port
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# Save app settings
|
||||
sudo yunohost app setting $app port -v "$port"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue