feat: Add 1 and update 6 files
All checks were successful
Build-Test-Publish / build (linux/amd64) (push) Successful in 1m3s
Build-Test-Publish / build (linux/arm64) (push) Successful in 3m29s

This commit is contained in:
Your Name
2025-08-30 17:52:37 +12:00
parent 113c506566
commit fedec545e8
7 changed files with 432 additions and 94 deletions

View File

@@ -241,7 +241,6 @@ namespace dropshell
// add in some simple variables first, as others below may depend on/use these in bash.
// if we change these, we also need to update agent/_allservicesstatus.sh
all_env_vars["SERVER"] = server_name;
all_env_vars["SERVICE"] = service_name;
all_env_vars["DOCKER_CLI_HINTS"] = "false"; // turn off docker junk.