Happy new year
[pazpar2-moved-to-github.git] / src / pazpar2.sh
index 84985ca..8debb42 100755 (executable)
@@ -28,6 +28,7 @@ case "$command" in
 
        restart)
                $0 stop
+               sleep 1         # let the OS give the port address free
                $0 start "$@"
                ;;