Skip to content

Commit 5d9bc75

Browse files
authored
v6.4.6 (#259)
Minor updates * Fixing another bf ch apply
1 parent 98645b3 commit 5d9bc75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.4.5
1+
6.4.6

overlay/etc/nu/scripts/bf-wordpress/perms.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export def set_content [] {
1717
export def set_config [] {
1818
# set permissions (write access is required by some plugins, e.g. caching / optimise plugins)
1919
bf write $"Setting wp-config.php permissions." perms/config
20-
let mode = if (bf env check WP_CONFIG_HARDEN) { 0400 } else { 0600 }
20+
let mode = if (bf env check WP_CONFIG_HARDEN) { "0400" } else { "0600" }
2121
[(bf env WP_CONFIG) $user $mode] | bf ch apply
2222
}

0 commit comments

Comments
 (0)