diff --git a/gitops_router.sh b/gitops_router.sh index 7a87df0..1a1c53d 100644 --- a/gitops_router.sh +++ b/gitops_router.sh @@ -168,6 +168,7 @@ update) gitops_router) update 1 gitops_router.sh .local/bin 500 ;; validate_command) update 1 validate_command_access.sh .local/bin 500 ;; home_tar) + podman cp "$PERSON":/app/workspaces/home.tar.gz "$HOME"/ chmod 600 "$HOME"/home.tar.gz ;; gitconfig) update 0 gitconfig.template . 500 ;;