Compare commits
No commits in common. "63c255c213353e6fa62c70ddc9f0a3da163275c9" and "2ed42e72ac8a5c591fa12e749ee6c6a64d2ebf08" have entirely different histories.
63c255c213
...
2ed42e72ac
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
#!/bin/sh -x
|
||||
#!/bin/sh
|
||||
|
||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||
|
||||
cd /opt/docker || exit
|
||||
|
||||
|
|
Loading…
Reference in a new issue