Use basic sh instead of bash
This commit is contained in:
parent
dd6a65e2cf
commit
5b40315971
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# run sudo to cache creds
|
# run sudo to cache creds
|
||||||
sudo /bin/true
|
sudo /bin/true
|
||||||
|
|
Loading…
Add table
Reference in a new issue