We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dba8e0 commit f249fcbCopy full SHA for f249fcb
lib/rakpios-cli-service-deploy
@@ -391,7 +391,7 @@ do_print_post_up_info() {
391
container_name_raw=$(do_get_property "$service_to_start" name)
392
docker_container_id=$(docker ps -aqf name=${container_name_raw})
393
sleep 5
394
- GATEWAY_EUI=$(docker exec -it ${container_name_raw} ./get_eui.sh | tr -cd '[a-zA-Z][0-9]'|sed s/GatewayEUI//)
+ GATEWAY_EUI=$(docker exec -it ${container_name_raw} gateway_eui | tr [a-z] [A-Z] | cut -d' ' -f3)
395
whiptail --title "Notes" --msgbox "Container id : $docker_container_id \nGateway EUI : $GATEWAY_EUI \n \n$post_up_info" 30 78
396
397
# Portainer post-up
0 commit comments