mirror of https://github.com/docker/docs.git
Remove pipefail in boot2docker.iso postinstall
This commit is contained in:
parent
97968b6639
commit
94ff754afd
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue