From 3396a4360a361af3a94a7218d1619f012a39c78d Mon Sep 17 00:00:00 2001 From: Pallav Vasa Date: Tue, 20 May 2025 21:20:35 +0000 Subject: [PATCH] revert: partial reverse of c333b45b (previous commit) --- gitops_router.sh | 1 + 1 file changed, 1 insertion(+) 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 ;;