From f0a7d85351fa02001d1df94dbb6cce29e42ccb99 Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Sun, 17 May 2020 18:16:14 +0200 Subject: [PATCH] example bash -c bash2env.sh --- README.html | 2 +- README.md | 2 +- README.txt | 4 ++-- doc/0_install.md | 4 ++-- doc/2_usage.md | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.html b/README.html index f974dc8..4d337e6 100644 --- a/README.html +++ b/README.html @@ -228,6 +228,6 @@ It features background tasks and interactive chats, and can serve as an interfac

@Gnadelwartz

That's it!

If you feel that there's something missing or if you found a bug, feel free to submit a pull request!

-

$$VERSION$$ V0.94-1-g7aa409f

+

$$VERSION$$ V0.94-2-gced78d3

diff --git a/README.md b/README.md index 4b633c4..fdde078 100644 --- a/README.md +++ b/README.md @@ -192,4 +192,4 @@ This may happen if to many wrong requests are sent to api.telegram.org, e.g. usi If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ V0.94-1-g7aa409f +#### $$VERSION$$ V0.94-2-gced78d3 diff --git a/README.txt b/README.txt index 58d3af2..490cded 100644 --- a/README.txt +++ b/README.txt @@ -161,7 +161,7 @@ perspective.** Using the system provided bash makes it harder for attackers or users to place alternative versions of bash and avoids using -possibly broken, mangled or compromised bash executables. +possibly broken, mangled or compromised bash executables. If you are a MacOS user or forced to use an alternative bash, see [Install Bashbot](doc/0_install.md) @@ -269,4 +269,4 @@ tor proxy on your server you may uncomment the ```BASHBOT_CURL_ARGS``` line in If you feel that there's something missing or if you found a bug, feel free to submit a pull request! -#### $$VERSION$$ V0.94-1-g7aa409f +#### $$VERSION$$ V0.94-2-gced78d3 diff --git a/doc/0_install.md b/doc/0_install.md index eb69328..03cd6bb 100644 --- a/doc/0_install.md +++ b/doc/0_install.md @@ -49,7 +49,7 @@ You must install a more current version of bash, as the default bash is way to o see e.g. [Install Bash on Mac](http://macappstore.org/bash/) After installation / update of bashbot you must change the shebang line to point to your bash location -e.g. with the provided script ```examples/bash2env.sh``` +e.g. with the provided script ```bash -c "examples/bash2env \*.sh \*\/\*.sh"``` We stay with /bin/bash shebang, because using the system bash is more save, see [Security Considerations](../README.md#Security-Considerations) @@ -98,5 +98,5 @@ The old format is supported for backward compatibility, but may fail for corner #### [Next Create Bot](1_firstbot.md) -#### $$VERSION$$ V0.94-1-g7aa409f +#### $$VERSION$$ V0.94-3-gca803c0 diff --git a/doc/2_usage.md b/doc/2_usage.md index 3a997af..e2d6747 100644 --- a/doc/2_usage.md +++ b/doc/2_usage.md @@ -241,5 +241,5 @@ send_action "${CHAT[ID]}" "action" #### [Prev Create Bot](1_firstbot.md) #### [Next Advanced Usage](3_advanced.md) -#### $$VERSION$$ V0.94-0-gbdb50c8 +#### $$VERSION$$ V0.94-2-gced78d3