1
0
Fork 0
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:
src386 2015-08-10 17:36:15 +02:00
parent 088b1ade9c
commit ddd998a664

View file

@ -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