mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-01-27 23:58:24 +00:00
Version 0.94
This commit is contained in:
parent
ced78d3656
commit
ca803c0a47
@ -117,7 +117,7 @@ In addition bashbot has a [test suite](doc/7_develop.md) to check if important f
|
||||
**We stay with /bin/bash shebang, because it's more save from security 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)
|
||||
|
||||
|
@ -39,7 +39,7 @@ As an alternative to download the zip files, you can clone the github repository
|
||||
4. Extract all files to your existing bashbot dir
|
||||
5. Run ```sudo ./bashbot.sh init``` to setup your environment after the update
|
||||
|
||||
If you modified 'commands.sh' move your changes to 'mycommands.sh', this avoids overwrrite of you changes on updates.
|
||||
If you modified ```commands.sh``` move your changes to ```mycommands.sh```, this avoids overwrrite of you changes on updates.
|
||||
|
||||
Now you can restart your bashbot instances.
|
||||
|
||||
@ -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 ```examples/bash2env.sh```
|
||||
|
||||
We stay with /bin/bash shebang, because using the system bash is more save, see
|
||||
[Security Considerations](../README.md#Security-Considerations)
|
||||
|
@ -43,6 +43,7 @@ Have FUN!
|
||||
│
|
||||
├── examples # example scripts and configs for bashbot
|
||||
│ ├── README.md # description of files and examples
|
||||
│ ├── bash2env.shh # script to convert /bin/bash shebang to /usr/bin/env, see [Security Considerations](../README.md#Security-Considerations)
|
||||
│ └── bashbot.cron # example crontab
|
||||
│
|
||||
├── doc # Documentation and License
|
||||
|
Loading…
x
Reference in New Issue
Block a user