revert change: Linux versions of stdOut
This commit is contained in:
parent
9e1298550f
commit
d61e2bc8f6
1 changed files with 1 additions and 2 deletions
|
@ -20,5 +20,4 @@ if [ "$(systemctl is-active docker)" != "active" ]; then \
|
|||
sleep 5; sudo systemctl start docker; sleep 5;\
|
||||
fi;\
|
||||
if ! command -v sudo > /dev/null 2>&1; then echo "Failed to install sudo, command not found"; exit 1; fi;\
|
||||
docker --version;\
|
||||
uname -sr
|
||||
docker --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue