Commit 5a29d185 authored by Lukas Schauer's avatar Lukas Schauer

do not create WELLKNOWN directory, output error message if directory is missing

parent 6504a29a
...@@ -155,7 +155,8 @@ init_system() { ...@@ -155,7 +155,8 @@ init_system() {
fi fi
if [[ ! -e "${WELLKNOWN}" ]]; then if [[ ! -e "${WELLKNOWN}" ]]; then
mkdir -p "${WELLKNOWN}" echo " + ERROR: WELLKNOWN directory doesn't exist, please create ${WELLKNOWN} and set appropriate permissions." >&2
exit 1
fi fi
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment