diff options
Diffstat (limited to 'include/vendor.sh')
-rwxr-xr-x | include/vendor.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vendor.sh b/include/vendor.sh index b5fda8f3..54dac191 100755 --- a/include/vendor.sh +++ b/include/vendor.sh @@ -261,7 +261,8 @@ vendor_inject() inject_vendorfiles [ "$nukemode" = "nuke" ] && return 0 printf "Friendly reminder (this is *not* an error message):\n" - printf "Please ensure that the files were inserted correctly.\n" + printf "Please ensure that the files were inserted correctly. ALSO:\n" + printf "%s\n" "$kbnotice" } check_board() |