Skip to content

Commit

Permalink
v4.1.4 (#121)
Browse files Browse the repository at this point in the history
Minor updates
* Supporting new globbing
  • Loading branch information
bfren authored Feb 15, 2024
1 parent dbff92f commit 0eb4d9f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.3
4.1.4
2 changes: 1 addition & 1 deletion overlay/tmp/install
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def main [] {

# cleanup
bf write "Cleaning up default vsftpd and SSL files."
rm -rf /etc/vsftpd/* /etc/ssl/private
bf del force /etc/vsftpd/* /etc/ssl/private

bf write "Linking SSL directories."
^ln -s /ssl /etc/ssl/private
Expand Down
2 changes: 1 addition & 1 deletion overlay/usr/bin/bf/healthcheck
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def main [] {
let code = { ^lftp -c $"open -u ($user),($pass) ($ip) && put -E ($lfile)" } | bf handle -c

# remove temporary files
rm -f $lfile $rfile
bf del force $lfile $rfile

# exit using check code
exit $code
Expand Down

0 comments on commit 0eb4d9f

Please sign in to comment.