#!/bin/bash cleanup() { exit } trap cleanup HUP INT QUIT TERM echo "root:$(cat $ROOT_PASSWORD_FILE)" | chpasswd /usr/sbin/sshd -D #exec "$@"