openhab-docker/contrib/cont-init.d/10-show-directories

5 lines
69 B
Bash

#!/bin/bash -ex
ls -l "${OPENHAB_HOME}"
ls -l "${OPENHAB_USERDATA}"