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 98645b3 commit 5d9bc75Copy full SHA for 5d9bc75
2 files changed
VERSION
@@ -1 +1 @@
1
-6.4.5
+6.4.6
overlay/etc/nu/scripts/bf-wordpress/perms.nu
@@ -17,6 +17,6 @@ export def set_content [] {
17
export def set_config [] {
18
# set permissions (write access is required by some plugins, e.g. caching / optimise plugins)
19
bf write $"Setting wp-config.php permissions." perms/config
20
- let mode = if (bf env check WP_CONFIG_HARDEN) { 0400 } else { 0600 }
+ let mode = if (bf env check WP_CONFIG_HARDEN) { "0400" } else { "0600" }
21
[(bf env WP_CONFIG) $user $mode] | bf ch apply
22
}
0 commit comments