Begin of restructuring ...

- tweaking before re-work tpotinit
This commit is contained in:
Marco Ochse
2023-06-14 02:17:09 +02:00
parent ecb1dcd338
commit 050c898149
5 changed files with 72 additions and 102 deletions

View File

@ -37,8 +37,8 @@ if [ -f "/data/uuid" ];
if [ "${WEB_USER}" == "changeme" ] || [ "${WEB_PW}" == "changeme" ];
then
echo "# Please change WEB_USER and WEB_PW in the hidden \".env\" file."
echo "# Aborting."
echo
echo "# Aborting."
echo
exit 1
fi
echo
@ -47,7 +47,7 @@ if [ -f "/data/uuid" ];
mkdir -vp /data/ews/conf \
/data/nginx/{cert,conf,log} \
/data/tpot/etc/compose/ \
/data/tpot/etc/logrotate/ \
/data/tpot/etc/logrotate/ \
/tmp/etc/
echo
echo "# Generating self signed certificate ..."