Remove extraneous newline from log entry

This commit is contained in:
icenine451 2024-03-28 14:06:15 -04:00
parent fed835be3c
commit 0856eddea6

View file

@ -283,7 +283,7 @@ dir_prep() {
rm -rf "$symlink.old"
fi
log i "$symlink is now $real\n"
log i "$symlink is now $real"
}
check_bios_files() {