do not background tasks
This commit is contained in:
parent
4cb36d5bd2
commit
08163c1790
|
@ -69,9 +69,9 @@ if ! grep -q "^$username:" /etc/passwd; then
|
|||
/usr/local/bin/user-add.sh $username "$password" $userid
|
||||
# if jail option is set then jail user
|
||||
if [[ $jail = true ]]; then
|
||||
/usr/local/bin/user-jail.sh $username > /dev/null 2>&1 &
|
||||
/usr/local/bin/user-jail.sh $username > /dev/null 2>&1
|
||||
fi
|
||||
fi
|
||||
|
||||
# add virtualhost
|
||||
/usr/local/bin/vhost-add.sh $virtualhost $username > /dev/null 2>&1 &
|
||||
/usr/local/bin/vhost-add.sh $virtualhost $username > /dev/null 2>&1
|
||||
|
|
Loading…
Reference in New Issue
Block a user