try to recover on restarted container

master
Dirk Heilig 2024-10-30 18:16:14 +01:00
parent 6a5fde94c2
commit bb8b83a8ae
1 changed files with 3 additions and 0 deletions

View File

@ -33,6 +33,9 @@ function init() {
git clone "$GIT_URL" . git clone "$GIT_URL" .
} }
cd /
rm -rf /repo
mkdir /repo
cd /repo cd /repo
init init