fix: add non-interactive flag
Fixes the issue where the install for MySQL gets locked up because it's expecting input on the password. Benchmarks are using empty passwords so this is fine
This commit is contained in:
parent
74d5351ed5
commit
33d35cbe10
1 changed files with 2 additions and 0 deletions
2
run.sh
2
run.sh
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
export DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
if [ $# -eq 0 ]; then
|
if [ $# -eq 0 ]; then
|
||||||
echo 'Missing argument, provider name'
|
echo 'Missing argument, provider name'
|
||||||
exit 1
|
exit 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue