mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Revert "Add newline to local modifications warning"
This reverts commit ff656365d2.
This commit is contained in:
@@ -199,8 +199,7 @@ check_local_mods() {
|
|||||||
done< <(find $salt_local -type f -print0)
|
done< <(find $salt_local -type f -print0)
|
||||||
|
|
||||||
if [[ ${#local_mod_arr} -gt 0 ]]; then
|
if [[ ${#local_mod_arr} -gt 0 ]]; then
|
||||||
echo "Potentially breaking changes found in the following files."
|
echo "Potentially breaking changes found in the following files (check ${DEFAULT_SALT_DIR} for original copy):"
|
||||||
echo "(Check ${DEFAULT_SALT_DIR} for original copy):"
|
|
||||||
for file_str in "${local_mod_arr[@]}"; do
|
for file_str in "${local_mod_arr[@]}"; do
|
||||||
echo " $file_str"
|
echo " $file_str"
|
||||||
done
|
done
|
||||||
|
|||||||
Reference in New Issue
Block a user