summaryrefslogtreecommitdiff
path: root/plugins/users/logout.sh
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/users/logout.sh')
-rw-r--r--plugins/users/logout.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/users/logout.sh b/plugins/users/logout.sh
index 41d24a0..43011a1 100644
--- a/plugins/users/logout.sh
+++ b/plugins/users/logout.sh
@@ -1,6 +1,6 @@
#!@SHELL@
name='rvs users logout'
-ver='0.7.3'
+ver=0.8r61
# Copyright (C) 2009 Luke Shumaker
#
# This file is part of rvs.
@@ -19,10 +19,10 @@ ver='0.7.3'
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-source "$libexecdir/lib/stdio"
+source "$libexecdir/@ID@/stdio"
-if [ -f "$REPO/../user" ]; then
- rm "$REPO/../user"
+if [ -f "$REPO/@ID@/../user" ]; then
+ rm "$REPO/@ID@/../user"
else
error 'you must be logged in to logout'
fi