浏览代码

Fix tcms-useradd whacking containing term

George Baugh 2 年之前
父节点
当前提交
19b3a70ce2
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      bin/tcms-useradd

+ 3 - 0
bin/tcms-useradd

@@ -14,6 +14,9 @@ use Trog::Auth;
 use Trog::Data;
 use Trog::Config;
 
+# Don't murder our terminal when done
+$ENV{NOHUP} = 1;
+
 =head1 SYNOPSIS
 
 Add or edit a tCMS user.  In the event of a user edit, every option save for user is optional.