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.
This commit is contained in:
parent
4c79ee7598
commit
91fe5aa64f
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# attack the test server and try to make it fall over
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue