diff --git a/gitops_router.sh b/gitops_router.sh
index 9343346..96fad28 100644
--- a/gitops_router.sh
+++ b/gitops_router.sh
@@ -161,9 +161,9 @@ update)
   access) update 1 access.yml . 400 ;;
   ssh_router) update 0 ssh_router.sh .local/bin 500 ;;
   gitops_router) update 0 gitops_router.sh .local/bin 500 ;;
-  validate_command) update 1 validate_command_access.sh .local/bin 500 ;;
+  validate_command) update 0 validate_command_access.sh .local/bin 500 ;;
   home_tar) update 0 home.tar.gz . 500 media ;;
-  gitconfig) update 1 gitconfig.template . 500 ;;
+  gitconfig) update 0 gitconfig.template . 500 ;;
   *) log ERROR "update: invalid arg '${args[0]}'" ;;
   esac
   ;;