Use /bin/sh instead of bash
This commit is contained in:
parent
1a7b2e0f6b
commit
1883e40999
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
cd $(dirname "$0")
|
||||
|
||||
|
|
Reference in a new issue