summaryrefslogtreecommitdiff
path: root/git.liw.fi.sh
diff options
context:
space:
mode:
Diffstat (limited to 'git.liw.fi.sh')
-rw-r--r--git.liw.fi.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/git.liw.fi.sh b/git.liw.fi.sh
index 56945e4..653e6ec 100644
--- a/git.liw.fi.sh
+++ b/git.liw.fi.sh
@@ -74,5 +74,8 @@ user_del()
then
secret=$(awk '{ s = $2 } END { print s }' "$DATADIR/temp")
run_gitano_as "$1" user del "$2" "$secret"
+ else
+ cat "$DATADIR/temp" 1>&2
+ return 1
fi
}