commit 1af282f7df86eac919c6112e40ab9a22cefa6c0e
parent be1f7b0042af65cc88c214eda058083596620f86
Author: Jaromil <jaromil@dyne.org>
Date: Wed, 10 Jul 2013 14:25:04 +0200
making zsh a clear requirement for gitzone-shell
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.org b/README.org
@@ -14,7 +14,7 @@ server.
gitzone-shell is similar to git-shell but it restricts the user to the zones
repository and provides some additional commands for dynamic DNS updates & SSH
-key management.
+key management. To use it the Z shell must be installed (zsh).
* Installation
diff --git a/bin/gitzone-shell b/bin/gitzone-shell
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env zsh
# gitzone-shell - restrictive shell for gitzone
#