Use /usr/bin/env instead of /bin/bash
Signed-off-by: Evgeniy Kulikov <kim@nspcc.ru>
This commit is contained in:
parent
9f28826bc9
commit
8b4b3a0094
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Source env settigns
|
||||
. .env
|
||||
|
|
Loading…
Reference in a new issue