From de169d423998031c045369664e45add7d5af05f7 Mon Sep 17 00:00:00 2001 From: churl Date: Mon, 24 Jan 2022 22:59:42 +0100 Subject: [PATCH] launch.sh --- launch.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/launch.sh b/launch.sh index 5d1965c..652bf3a 100755 --- a/launch.sh +++ b/launch.sh @@ -1,6 +1,7 @@ #!/bin/sh -git -C HeidiBot pull +cd /home/christoph/HeidiBot +git pull docker pull registry.gitlab.com/churl/heidibot docker container rm -f heidibot