Show if admin flag is set

This commit is contained in:
Christine Dodrill 2015-06-13 01:39:13 -07:00
parent 8a7aa8c730
commit 8da5461fdd
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ if hostname == nil:
if optPort == 0:
optPort = 6379
if admin:
echo "Connecting with admin permissions"
echo "hostname: ", hostname
echo "port: ", optPort