fix and test script
This commit is contained in:
parent
262203a4d2
commit
75538ecd21
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue