From 9a6ef9031e3e37fbb7624eab48340fd8bf009688 Mon Sep 17 00:00:00 2001 From: JRGTH Date: Wed, 17 Sep 2025 07:56:11 -0400 Subject: [PATCH] Code cleanup, remove unnecessary statement --- CHANGELOG | 1 + bastille-init | 4 +--- version | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) mode change 100644 => 100755 bastille-init diff --git a/CHANGELOG b/CHANGELOG index 17778aa..1dda772 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,6 +3,7 @@ ====================== Version Description +1.2.08......Code cleanup, remove unnecessary statement. 1.2.07......Minor cosmetic/wording changes. 1.2.06......Code changes, symlink bundled files in embedded platforms. 1.2.05......Mount unionfs for pkg while fetching debootstrap packages. diff --git a/bastille-init b/bastille-init old mode 100644 new mode 100755 index 5bb3ab0..88ad118 --- a/bastille-init +++ b/bastille-init @@ -483,9 +483,7 @@ include_files() done for _localbin_file in ${LOCALBIN_FILES}; do if [ ! -f "/usr/local/bin/${_localbin_file}" ]; then - if [ -f "${SYSTEM_INCLUDE}/${_localbin_file}" ]; then - install -m 0544 ${SYSTEM_INCLUDE}/${_localbin_file} /usr/local/bin/${_localbin_file} - fi + install -m 0544 ${SYSTEM_INCLUDE}/${_localbin_file} /usr/local/bin/${_localbin_file} fi done fi diff --git a/version b/version index d7c81ce..81ca9ab 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.2.07 +1.2.08