Remove pipefail in boot2docker.iso postinstall

This commit is contained in:
Jeffrey Morgan 2015-08-27 17:39:33 -07:00
parent 97968b6639
commit 94ff754afd
1 changed files with 0 additions and 2 deletions

View File

@ -1,7 +1,5 @@
#!/bin/bash #!/bin/bash
set -o pipefail
CONSOLE_USER=$(ps aux | grep console | grep -v grep | cut -d' ' -f1) CONSOLE_USER=$(ps aux | grep console | grep -v grep | cut -d' ' -f1)
# Place boot2docker ISO in cache # Place boot2docker ISO in cache