#!/bin/bash

# Do not use agent for connections in the container
unset SSH_AUTH_SOCK

ssh -t -q -o LogLevel=ERROR -o StrictHostKeyChecking=no root@addc "/usr/share/eole/postservice/30-gposcript"

exit 0
