diff --git a/supervisor/tfw_init.sh b/supervisor/tfw_init.sh index 4b38337..f2ecd72 100644 --- a/supervisor/tfw_init.sh +++ b/supervisor/tfw_init.sh @@ -10,4 +10,6 @@ if [[ -z "${HOTRELOAD-}" ]]; then done fi +chmod 777 "${TFW_PIPES_DIR}" + rm -f bashrc requirements.txt tfw_init.sh