Compare commits

..

No commits in common. "63c255c213353e6fa62c70ddc9f0a3da163275c9" and "2ed42e72ac8a5c591fa12e749ee6c6a64d2ebf08" have entirely different histories.

View file

@ -1,4 +1,6 @@
#!/bin/sh -x
#!/bin/sh
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
cd /opt/docker || exit