소스 검색

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.