updateall/docker : plus besoin d'exécuter en root
This commit is contained in:
parent
a215c76cf5
commit
63c255c213
1 changed files with 0 additions and 2 deletions
|
@ -1,7 +1,5 @@
|
|||
#!/bin/sh -x
|
||||
|
||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||
|
||||
cd /opt/docker || exit
|
||||
|
||||
for i in *; do (set -e
|
||||
|
|
Loading…
Reference in a new issue