URI: 
       tfixes issue #3 - gitzone - git-based zone management tool for static and dynamic domains
  HTML git clone https://git.parazyd.org/gitzone
   DIR Log
   DIR Files
   DIR Refs
       ---
   DIR commit cd9cdfbb41679c16dffc97c83fdc17c7e0a79842
   DIR parent a7455c5fe894e9a026cdd00c4f3bf1d515ebc645
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Wed, 30 Apr 2014 14:22:19 +0200
       
       fixes issue #3
       
       Diffstat:
         M bin/gitzone-shell                   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/bin/gitzone-shell b/bin/gitzone-shell
       t@@ -49,7 +49,7 @@ elif [[ "$cmd" == update-record* ]]; then
            cd $repo_dir/$repo/.git
            $gitzone $config update-record "$cmd"
        elif [ -f $allow_key_mgmt_file ]; then
       -    if [ "$cmd" == list-keys ]; then
       +    if [[ "$cmd" == list-keys ]]; then
                cat .ssh/authorized_keys
            elif [[ "$cmd" == add-key* ]]; then
                key="${cmd:8}"