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 ;;