forked from ahurac/dotfiles
updateall docker : changement de la shebang line pour utiliser POSIX sh
This commit is contained in:
parent
c1235237df
commit
6c058298ba
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash -x
|
#!/bin/sh
|
||||||
|
|
||||||
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
[ "$(whoami)" != root ] && exec sudo "$0" "$@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue