fix and test script

This commit is contained in:
David Holdeman 2022-01-24 16:17:54 -06:00
parent 262203a4d2
commit 75538ecd21
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Hello.
https://github.com/rusefi/proteus-Honda-OBD2A-adapter
[Proteus Honda OBD2A Adapter](https://github.com/rusefi/proteus-Honda-OBD2A-adapter)
https://github.com/rusefi/rusefi/wiki/Vault-Of-Honda-OEM#obd-2

View File

@ -15,7 +15,7 @@ export -f escapeReplace
searchfile() {
while IFS= read -r -u 3 link; do
echo $link
read -m "Enter a title or leave empty to use URL as title: " TITLE
read -p "Enter a title or leave empty to use URL as title: " TITLE
if [ $(echo -n "$TITLE" | wc -c) -lt 1 ]; then
TITLE="$link"
fi