From de7d363abca7344b15b05c7ad01b97f48910a9b1 Mon Sep 17 00:00:00 2001 From: dcoomber <47242934+dcoomber@users.noreply.github.com> Date: Sat, 26 Sep 2020 21:26:18 +0200 Subject: [PATCH] Removed duplicate reference to 'runas' --- bashbot.rc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bashbot.rc b/bashbot.rc index e5b1a43..65849b1 100755 --- a/bashbot.rc +++ b/bashbot.rc @@ -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 -