Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
Fix installation script (#4220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mplebanski authored May 24, 2019
1 parent 65e2ccf commit 26cdb22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Installer/Installer_Linux/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ function install_dependencies()
rm runsc.sha512

# Add runtime configuration
sudo mkdir -p /etc/docker
sudo python << EOF
import json
Expand All @@ -373,7 +374,7 @@ with open('/etc/docker/daemon.json', 'w+') as f:
EOF
chmod a+x runsc
sudo mv runsc /usr/local/bin
sudo service docker restart
sudo service docker restart || true
fi

}
Expand Down

0 comments on commit 26cdb22

Please sign in to comment.