From 2efcea9dbefbfbdd30f73286d94f1e33267c2639 Mon Sep 17 00:00:00 2001 From: mercury Date: Thu, 21 Mar 2024 01:27:06 +0400 Subject: [PATCH] improve update script --- update/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update/update.sh b/update/update.sh index 3938dc0..6cf868e 100644 --- a/update/update.sh +++ b/update/update.sh @@ -10,7 +10,7 @@ do if [[ -n "$cmd" ]] then docker compose down --remove-orphans - git reset --hard + git reset --hard && git clean -fd git pull > ./update/message if [[ -n "$branch" ]] then