use /usr/bin/env bash instead of /bin/bash
This commit is contained in:
parent
b2b6616861
commit
825cfe0b21
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
BOOT_DIR=$1
|
||||
MODULES_DIR=$2
|
||||
|
|
Loading…
Reference in a new issue