Commit 674c1b46 authored by Vitaly Lipatov's avatar Vitaly Lipatov

gacl: print command for show command

parent 4d0a21e2
......@@ -82,8 +82,10 @@ case "$COMMAND" in
docmd ssh $GIRARHOST acl $BINARYREPO $PROJECTNAME $COMMAND $PARAM
;;
"show")
showcmd ssh $GIRARHOST acl $BINARYREPO $PROJECTNAME $COMMAND
echo -n "$GIRARHOST:$BINARYREPO ACL for "
ssh $GIRARHOST acl $BINARYREPO $PROJECTNAME $COMMAND
echo
;;
*)
fatal "Unknown command $COMMAND"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment