🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-21 01:37:15 -04:00
parent 14dc31949f
commit c0d72f456f
4 changed files with 7 additions and 7 deletions

View File

@@ -205,7 +205,7 @@ fi
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Copy /config to /etc
if [ -d "/config" ]; then
echo "Copying /config to /etc"
[ "$DATA_DIR_INITIALIZED" = "false" ] && echo "Copying /config to /etc"
for create_conf in /config/*; do
if [ -n "$create_conf" ]; then
create_conf_name="$(basename "$create_conf")"