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