From 171899a1dfd5f9de953d35c270baedbcf2d2b86a Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 29 Sep 2024 07:41:30 +0300 Subject: [PATCH] Trying to fix autoupdate --- update.sh | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/update.sh b/update.sh index cdf8946..45d3a9d 100755 --- a/update.sh +++ b/update.sh @@ -1,12 +1,5 @@ #!/bin/bash -git fetch -if [[ $(git rev-parse HEAD) != $(git rev-parse @{u}) ]] -then - echo 'Behind remote config; updating' - git pull - docker-compose stop -fi - +git pull docker-compose up --build