Use basic sh instead of bash

This commit is contained in:
Timo Makinen 2021-09-30 15:52:27 +00:00
parent dd6a65e2cf
commit 5b40315971

View file

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
# run sudo to cache creds # run sudo to cache creds
sudo /bin/true sudo /bin/true