summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpttbbs/util/timecap_expire.sh2
1 files changed, 1 insertions, 1 deletions
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))