From e64f125aa90c2bf6b4a9b79fb0575290c9ae4de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jake=20Buchholz=20G=C3=B6kt=C3=BCrk?= Date: Sun, 10 Jul 2022 20:54:10 -0700 Subject: [PATCH] ... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c533892..cb06655 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ supported compression algorithms are `gzip`, `bzip2`, `unxz`, `lzma`, `lzop`, `lz4`, and `zstd`. _(Note that `lz4` and `zstd` are not installed in Alpine by default, and would need to be added to the image.)_ -If the user data is a script starting with `#!`, it will be executed; its +If the user data is a script starting with `#!/`, it will be executed; its output (combined STDOUT and STDERR) and exit code are saved to `/var/log/user-data.log` and `/var/log/user-data.exit`, respectively; the directory is overrideable via the `TINY_CLOUD_LOGS` config setting.