Your IP : 18.216.82.12


Current Path : /
Upload File :
Current File : //poststart.sh

#!/bin/bash
set -e

ISLAND_NAME=$(cut -d- -f 1-2 <<< "${NODE_NAME}")

echo '{"pod_name": "'${POD_NAME}'", "island_name": "'${ISLAND_NAME}'"}' > /run/app_info