From e6df0b87ed776aadedb3fa5f07f166c0db32ffb1 Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 13 Jan 2012 15:54:26 +0000 Subject: fix timecap user home cleaning git-svn-id: http://opensvn.csie.org/pttbbs/trunk@5512 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- pttbbs/util/timecap_expire.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pttbbs/util/timecap_expire.sh b/pttbbs/util/timecap_expire.sh index b384e28e..b8c7e5f4 100755 --- a/pttbbs/util/timecap_expire.sh +++ b/pttbbs/util/timecap_expire.sh @@ -51,7 +51,7 @@ expire_home() { local i=0 local timecap_base - $BBSHOME/bin/showuser $BBSHOME/.PASSWD | + $BBSHOME/bin/showuser | while read userid do i=$((i + 1)) -- cgit v1.2.3