mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-12 02:18:32 -05:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
## Update certificates.
|
|
update-ca-certificates
|
|
|
|
## Let the actual command take over
|
|
exec "$@" |