From 91fe5aa64f6e1a01019787c0c5c098218b6e5554 Mon Sep 17 00:00:00 2001 From: Peter Pentchev Date: Thu, 1 Oct 2015 12:17:07 +0300 Subject: [PATCH] Use bash as a script interpreter The test-server/attack.sh script makes use of several features only available in the Bash shell, so mark it accordingly. --- test-server/attack.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-server/attack.sh b/test-server/attack.sh index 0186f486..16ed1b57 100755 --- a/test-server/attack.sh +++ b/test-server/attack.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash # # attack the test server and try to make it fall over #