We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f08ca72 commit 1a0f3c8Copy full SHA for 1a0f3c8
overlay/etc/bf/init.d/22-php-ini.nu
@@ -10,4 +10,7 @@ export def main [] {
10
let override_values = bf fs read $x | from json
11
bf-php ini $override_values
12
} }
13
+
14
+ # return nothing
15
+ return
16
}
overlay/etc/bf/init.d/23-www-conf.nu
@@ -15,4 +15,7 @@ export def main [] {
bf-php ini insert_or_replace_values_in_file $fpm_conf $override_values
17
18
19
20
21
0 commit comments