mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-04-11 08:31:51 +00:00
default to nobody
This commit is contained in:
parent
658fac607c
commit
59c51afb52
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# tested on: ubuntu, opensuse, debian
|
# tested on: ubuntu, opensuse, debian
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.2-3-gb0281f1
|
#### $$VERSION$$ v1.2-4-g40106ee
|
||||||
# shellcheck disable=SC2009
|
# shellcheck disable=SC2009
|
||||||
# shellcheck disable=SC2181
|
# shellcheck disable=SC2181
|
||||||
|
|
||||||
@ -27,7 +27,7 @@ runcmd="echo Dry run:" # not activated until you edit lines below
|
|||||||
# Configuration Section
|
# Configuration Section
|
||||||
|
|
||||||
# edit the next line to fit the user you want to run bashbot, e.g. nobody:
|
# edit the next line to fit the user you want to run bashbot, e.g. nobody:
|
||||||
runas="root"
|
runas="nobody"
|
||||||
|
|
||||||
# uncomment one of the example lines to fit your system
|
# uncomment one of the example lines to fit your system
|
||||||
# runcmd="su $runas -s /bin/bash -c " # runasuser with *su*
|
# runcmd="su $runas -s /bin/bash -c " # runasuser with *su*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user