gitzone

git-based zone management tool for static and dynamic domains
git clone https://git.parazyd.org/gitzone
Log | Files | Refs

commit cd9cdfbb41679c16dffc97c83fdc17c7e0a79842
parent a7455c5fe894e9a026cdd00c4f3bf1d515ebc645
Author: Jaromil <jaromil@dyne.org>
Date:   Wed, 30 Apr 2014 14:22:19 +0200

fixes issue #3

Diffstat:
Mbin/gitzone-shell | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/gitzone-shell b/bin/gitzone-shell @@ -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}"