From bb8b83a8aef7f53ce59a21926a9b056760f5ed5c Mon Sep 17 00:00:00 2001 From: Dirk Heilig Date: Wed, 30 Oct 2024 18:16:14 +0100 Subject: [PATCH] try to recover on restarted container --- starter | 3 +++ 1 file changed, 3 insertions(+) diff --git a/starter b/starter index 29fa2a1..e4c2f11 100755 --- a/starter +++ b/starter @@ -33,6 +33,9 @@ function init() { git clone "$GIT_URL" . } +cd / +rm -rf /repo +mkdir /repo cd /repo init