diff --git a/gitops_router.sh b/gitops_router.sh index 850d38c..bb86f72 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -93,6 +93,9 @@ update) home_tar) update home.tar.gz . 500 media ;; + gitconfig) + update gitconfig.template . 500 + ;; *) log error "Invalid arguments for update command: $args" ;;