commit ff56724257c93870295ed0b02c69b477d2bca0ad from: Stefan Sperling date: Tue Sep 03 08:09:51 2024 UTC fix typos in integration script's introductory warning message commit - da2af3ac496403f12598bebd4b3474f4bad787e9 commit + ff56724257c93870295ed0b02c69b477d2bca0ad blob - 4c65b0893e951937f4f3ddf34ab8ad35e15402ba blob + de765c1da44fe3a4cafdfe903c1a8c3ab3912965 --- scripts/shell/extensive-nsh-openbsd-integrate.sh +++ scripts/shell/extensive-nsh-openbsd-integrate.sh @@ -18,12 +18,12 @@ then else #ask user do they want to continue #default is No - echo "This script takes a more invasive approach and is intended for - echo "Administrators who inend to permanently move to nsh to manage the + echo "This script takes a more invasive approach and is intended for" + echo "administrators who intend to permanently move to nsh to manage the" echo "configuration on the system" echo "If you have an unusual config, e.g. multiple routing domains" echo "If you have an unusual config, it is not recommended to run" - echo "Without carefully reviewing the the script and" + echo "Without carefully reviewing the script and" read input?"Do you want to continue? (Yes/No) [${dflt}] " if [ -z "${input}" ]; then input="${dflt}"; fi