From 0e532495071ed395bc4045a520dcee369fde76bd Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Fri, 23 May 2025 09:40:23 +0000 Subject: [PATCH] feat: add command to update start.sh --- gitops_router.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/gitops_router.sh b/gitops_router.sh index 0220687..2e5a64a 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -172,6 +172,7 @@ update) chmod 600 "$HOME"/home.tar.gz ;; gitconfig) update 0 gitconfig.template . 500 ;; + start.sh) update 0 start.sh . 500 ;; *) log ERROR "update: invalid arg '${args[0]}'" ;; esac ;;