From 512cc64d038e58f4ec8ab22490d5ec52902c22af Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Sun, 10 Mar 2013 13:27:08 +0100 Subject: [PATCH] fix www installer: use bash --- www/install.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/www/install.sh b/www/install.sh index a8c512a..9d9f565 100755 --- a/www/install.sh +++ b/www/install.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # (c) Konrad Rosenbaum, 2007-2012 # protected under the GNU AGPL version 3 or at your option any newer -- 1.7.2.5