improve update script

This commit is contained in:
mercury
2024-03-21 01:27:06 +04:00
parent 5b1bf2b3d5
commit 2efcea9dbe
+1 -1
View File
@@ -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