mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
formatting
This commit is contained in:
parent
2feb276f2f
commit
432a29f8c1
@ -17,9 +17,9 @@ read -r -a delete_these_lines <<< "$deduped_args"
|
||||
# Loop through creating sed expression
|
||||
for var in "${delete_these_lines[@]}"; do
|
||||
if [[ "$var" -gt "$lines_in_known_hosts" ]]; then
|
||||
echo "$var is invalid line in $lines_in_known_hosts line $known_hosts_path"
|
||||
echo "$var is invalid line in $lines_in_known_hosts line $known_hosts_path"
|
||||
else
|
||||
lines_to_delete+="${var}d;"
|
||||
lines_to_delete+="${var}d;"
|
||||
fi
|
||||
done
|
||||
# Output information to user about what happened
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user