Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v4.1.4 #121

Merged
merged 2 commits into from
Feb 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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