commit c016e86ddbf2ffad50ccfdab9c0fa810917fbb2d from: smytht via: GitHub date: Sun Sep 03 23:34:28 2023 UTC Update rc.local-nsh-openbsd-integrate.sh Update to syntax to fix asking of question commit - 89c9e1fac50fdec21dcd996aa9c5d1487d365ff7 commit + c016e86ddbf2ffad50ccfdab9c0fa810917fbb2d blob - 2c7e3ffff6026e8a0cb93a4c38262738babcd5bb blob + 5f4a3afe34fe026099ac207a05088c925a2f85f9 --- scripts/shell/rc.local-nsh-openbsd-integrate.sh +++ scripts/shell/rc.local-nsh-openbsd-integrate.sh @@ -14,7 +14,6 @@ else echo "If you have an unusual config, e.g. multiple routing domains" echo "The import script will require user verification" echo "This script is designed to assist a user with using nsh on" - echo "top of a fresh OpenBSD installation." read input?"Do you want to continue? (Yes/No) [${dflt}] " if [ -z "${input}" ]; then input="${dflt}"; fi