Przeglądaj źródła

Fix tcms-useradd whacking containing term

George Baugh 2 lat temu
rodzic
commit
19b3a70ce2
1 zmienionych plików z 3 dodań i 0 usunięć
  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.