1
0
Fork 0
forked from ahurac/dotfiles

updateall docker : changement de la shebang line pour utiliser POSIX sh

This commit is contained in:
Ahurac 2023-12-15 19:50:43 +01:00
parent c1235237df
commit 6c058298ba

View file

@ -1,4 +1,4 @@
#!/bin/bash -x
#!/bin/sh
[ "$(whoami)" != root ] && exec sudo "$0" "$@"