aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdocker-entrypoint.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh
index 92efd9e6..b7d85468 100755
--- a/docker-entrypoint.sh
+++ b/docker-entrypoint.sh
@@ -22,6 +22,9 @@ while IFS= read -r -d '' file; do
whitelist.txt) yes | cp "$file" /app/ ;
chown www-data:www-data "/app/$file_name";
printf "Custom whitelist.txt added.\n";;
+ DEBUG) yes | cp "$file" /app/ ;
+ chown www-data:www-data "/app/$file_name";
+ printf "DEBUG file added.\n";;
esac
done