File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ Any code within the `src/initialize.sh` file will be called before anything else
105
105
in your generated bash script.
106
106
107
107
!!!success Tip
108
- If your script defines [ ` Environment Variables ` ] ( /configuration/environment-variable )
108
+ If your script defines [ Environment Variables] ( /configuration/environment-variable )
109
109
with [ ` default ` ] ( /configuration/environment-variable/#default ) values, these
110
110
values will be available to you in the ` initialize.sh ` file.
111
111
!!!
@@ -128,6 +128,11 @@ Be sure to start your header with a shebang:
128
128
` #!/usr/bin/env bash ` {style="white-space: nowrap;"}
129
129
!!!
130
130
131
+ !!!success Tip
132
+ If you just want to remove the header comment, you can adjust the
133
+ [ ` enable_header_comment ` ] ( /usage/settings/#enable_header_comment ) setting instead.
134
+ !!!
135
+
131
136
## Hidden comments
132
137
133
138
Any comment in your source files that begins with two ` # ` symbols, will be
You can’t perform that action at this time.
0 commit comments