#!/bin/bash

if [ -n "${NGINX_PORT}" ]; then
    echo $((NGINX_PORT - 800)) > /.porto_num
fi
