#!/bin/bash if [ -n "${RDP_PASSWORD}" ]; then echo "openbox:${RDP_PASSWORD}" | chpasswd fi