[sysadmin-bin] username



commit b6d84ae74e9463fbbc62bc837c6a6edc46125abb
Author: Olav Vitters <olav vitters nl>
Date:   Sat Apr 13 16:12:42 2013 +0200

    username

 mail/ban_mailman | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/mail/ban_mailman b/mail/ban_mailman
index a2d444f..28eeac1 100755
--- a/mail/ban_mailman
+++ b/mail/ban_mailman
@@ -15,7 +15,7 @@
 
 MAILMAN_BIN='/usr/lib/mailman/bin'
 
-let ID=$(id -un)
+ID=$(id -un)
 
 if [ "$ID" != "mailman" ]
        then echo "Run this script only as mailman instead of $ID.  Aborting."; exit 1


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]