Removed duplicate reference to 'runas'

This commit is contained in:
dcoomber 2020-09-26 21:26:18 +02:00
parent 7488d52922
commit de7d363abc
1 changed files with 1 additions and 3 deletions

View File

@ -17,14 +17,13 @@
# save default values
TERM="" # disable bashbot clear and color output
runas="nobody"
runcmd="echo Dry run:" # not activated until you edit lines below
#######################
# Configuration Section
# edit the next line to fit the user you want to run bashbot, e.g. nobody:
# runas="nobody"
runas="nobody"
# uncomment one of the following lines to fit your system
# runcmd="su $runas -s /bin/bash -c " # runasuser with *su*
@ -81,4 +80,3 @@ case "$1" in
;;
esac
exit $RETVAL