From f29553d8cd619750f5cb7a03ad552f440b8ffe76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20S=C3=89RIE?= Date: Thu, 30 Jan 2014 14:33:39 +0100 Subject: [PATCH] chroot-new.sh Shebang mush be bash and not sh. --- chroot-new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot-new.sh b/chroot-new.sh index ae1b2d8..8e1ba53 100755 --- a/chroot-new.sh +++ b/chroot-new.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # Set-up and configure an OpenSSH chroot. BACKUP_PATH='/backup/jails'