disable clear and color output for bashbot.rc

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2019-04-02 21:43:38 +02:00
parent 352c64fc32
commit 7a4831dbd0
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# description: Start or stop telegram-bash-bot # description: Start or stop telegram-bash-bot
# #
#### $$VERSION$$ v0.5-rc-4-g92e9e9c #### $$VERSION$$ v0.5-rc-5-g352c64f
# #
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: bashbot # Provides: bashbot
@ -12,6 +12,7 @@
# Description: Start or stop telegram-bot-bash server # Description: Start or stop telegram-bot-bash server
### END INIT INFO ### END INIT INFO
TERM="" # disable bashbot clear and color output
runas="root" # not recommended! runas="root" # not recommended!
runcmd="echo Dry run:" # not actived until you edit lines below runcmd="echo Dry run:" # not actived until you edit lines below