Skip to content

Commit 37fe0fb

Browse files
committed
Use set -e in setup-vagrantbox.sh
1 parent 4d4d13d commit 37fe0fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup-vagrantbox.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -e
4+
35
export DEBIAN_FRONTEND=noninteractive
46

57
add-apt-repository ppa:chris-lea/redis-server -y

0 commit comments

Comments
 (0)