1
0
Fork 0
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:
matlink 2014-11-10 22:36:12 +01:00
parent e7ae2f08cb
commit 2bce62b86e

View file

@ -14,14 +14,11 @@ port=$4
registerName=$5 registerName=$5
mumble_conf=/etc/mumble-server.ini mumble_conf=/etc/mumble-server.ini
# Check port availability # Check port availability
sudo yunohost app checkport $port sudo yunohost app checkport $port
if [[ ! $? -eq 0 ]]; then if [[ ! $? -eq 0 ]]; then
exit 1 exit 1
fi fi
# Save app settings # Save app settings
sudo yunohost app setting $app port -v "$port" sudo yunohost app setting $app port -v "$port"