Revert "Atomic overlay file application in wwclient"

This reverts commit 9f11b4a2b9.
This commit is contained in:
Christian Goll
2025-08-13 09:57:31 +02:00
parent ecced2399a
commit 1e54d02f70
5 changed files with 41 additions and 296 deletions

View File

@@ -13,6 +13,7 @@ func main() {
err := root.Execute()
if err != nil {
fmt.Fprintf(os.Stderr, "ERROR: %s\n", err)
if wwclient.DebugFlag {
fmt.Printf("\nSTACK TRACE: %+v\n", err)
}