commit ed5e527151cf142e2a392c68bd700200143947bb from: Stefan Sperling date: Tue Sep 03 08:12:44 2024 UTC improve wording of integration script's introductory message commit - ff56724257c93870295ed0b02c69b477d2bca0ad commit + ed5e527151cf142e2a392c68bd700200143947bb blob - de765c1da44fe3a4cafdfe903c1a8c3ab3912965 blob + 39977b75c9efd988bc527eb37b899350f6f27df2 --- scripts/shell/extensive-nsh-openbsd-integrate.sh +++ scripts/shell/extensive-nsh-openbsd-integrate.sh @@ -21,9 +21,8 @@ else 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 script and" + echo "If you have an unusual config, e.g. multiple routing domains, it " + echo "is not recommended to continue without carefully reviewing the script" read input?"Do you want to continue? (Yes/No) [${dflt}] " if [ -z "${input}" ]; then input="${dflt}"; fi