forked from ahurac/dotfiles
Correction : oubli de sudo dans le script docker de updateall
This commit is contained in:
parent
a11dc08fb9
commit
60c7d0571e
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
[ "$(whoami)" != root ] && exec "$0" "$@"
|
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||||
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
docker images --format '{{.Repository}}' | xargs -L 1 docker pull
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue