Fix port parsing in new boring featured. - annna - Annna the nice friendly bot. | |
git clone git://bitreich.org/annna/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws6… | |
Log | |
Files | |
Refs | |
Tags | |
README | |
--- | |
commit c41f2f9727b26ba81b674249ac1e7fb6ab013ad1 | |
parent e488390589d91d7b15bb26922ed041b958d4eaa5 | |
Author: Annna Robert-Houdin <[email protected]> | |
Date: Tue, 3 Apr 2018 19:34:28 +0200 | |
Fix port parsing in new boring featured. | |
Diffstat: | |
M annna-start-services | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/annna-start-services b/annna-start-services | |
@@ -195,7 +195,7 @@ then | |
linktext="$(printf "%s\n" "${randomlink}" | cut -d '|'… | |
linksel="$(printf "%s\n" "${randomlink}" | cut -d '|' … | |
linkserver="$(printf "%s\n" "${randomlink}" | cut -d '… | |
- linkport="$(printf "%s\n" "${randomlink}" | cut -d '|'… | |
+ linkport="$(printf "%s\n" "${randomlink}" | cut -d '|'… | |
outtext="$(printf "%s - gopher://%s" "$linktext" "$lin… | |
if [ "$linkport" != "70" -a "$linkport" != "port" ]; | |
then |