mirror of
https://github.com/YunoHost-Apps/movim_ynh.git
synced 2024-09-03 19:46:19 +02:00
Add daemon port verification
This commit is contained in:
parent
088b1ade9c
commit
ddd998a664
1 changed files with 0 additions and 1 deletions
|
@ -18,7 +18,6 @@ fi
|
|||
# Check port availability
|
||||
sudo yunohost app checkport $port;
|
||||
if [[ ! $? -eq 0 ]]; then
|
||||
echo -e "Port already in used";
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue