From a233f32751e8106ae50af9b25d9d4e59fe554283 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Tue, 11 Nov 2025 20:10:42 -0700 Subject: [PATCH] Run script is no longer needed to keep the container running, build file uses nginx as the command which also provides the web log. --- Config/F-DroidRepo/files/main.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 Config/F-DroidRepo/files/main.sh diff --git a/Config/F-DroidRepo/files/main.sh b/Config/F-DroidRepo/files/main.sh deleted file mode 100644 index ff1c40b..0000000 --- a/Config/F-DroidRepo/files/main.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash - -tail -F /var/mail/* & -tail -F /var/log/nginx/* & -wait -n