From 82a72d93d81109edb64dd4322c92dc6cb1aaf976 Mon Sep 17 00:00:00 2001 From: tbrehm <t.brehm@ispconfig.org> Date: Mon, 05 Sep 2011 09:26:17 -0400 Subject: [PATCH] Fixed: FS#1723 - fastcgi FcgidIdleTimeout Replaced old variable names with new ones used in apache 2, see here for reference: http://httpd.apache.org/mod_fcgid/mod/mod_fcgid.html --- server/scripts/create_jailkit_user.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/server/scripts/create_jailkit_user.sh b/server/scripts/create_jailkit_user.sh index 893046c..efe0603 100755 --- a/server/scripts/create_jailkit_user.sh +++ b/server/scripts/create_jailkit_user.sh @@ -22,7 +22,7 @@ CHROOT_P_USER_HOMEDIR=$6 ### Add the chroot user ### -jk_jailuser -s $CHROOT_SHELL -j $CHROOT_HOMEDIR $CHROOT_USERNAME +jk_jailuser -n -s $CHROOT_SHELL -j $CHROOT_HOMEDIR $CHROOT_USERNAME ### Reconfigure the chroot home directory for the user ### usermod --home=$CHROOT_HOMEDIR/.$CHROOT_USERHOMEDIR $CHROOT_USERNAME -- Gitblit v1.9.1