feat: change the update home_tar command to directly copy from the container

This commit is contained in:
Pallav Vasa 2025-05-20 08:28:57 +00:00
parent acc0bfd748
commit b330636d08

View File

@ -163,7 +163,7 @@ update)
ssh_router) update 1 ssh_router.sh .local/bin 500 ;;
gitops_router) update 1 gitops_router.sh .local/bin 500 ;;
validate_command) update 1 validate_command_access.sh .local/bin 500 ;;
home_tar) update 0 home.tar.gz . 500 media ;;
home_tar) podman cp "$PERSON":/app/workspaces/home.tar.gz "$HOME"/ ;;
gitconfig) update 0 gitconfig.template . 500 ;;
*) log ERROR "update: invalid arg '${args[0]}'" ;;
esac