Skip to content

Commit 7dce53f

Browse files
authored
v5.0.1 (#113)
Minor updates * Overriding base move files
1 parent 2bcbe84 commit 7dce53f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.0.0
1+
5.0.1

overlay/etc/bf/init.d/12-public

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/command/with-contenv sh
2+
3+
set -euo pipefail
4+
export BF_E=`basename ${0}`
5+
6+
7+
#======================================================================================================================
8+
# Don't move any files.
9+
#======================================================================================================================

0 commit comments

Comments
 (0)