mirror of
https://github.com/luzifer-docker/argo-crypt.git
synced 2024-12-20 14:21:17 +00:00
Fix: Execute with bash
This commit is contained in:
parent
b7e67d134d
commit
ae81df28cd
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
|
||||
$(dirname $0)/git.bin "$@"
|
||||
EC=$?
|
||||
|
||||
|
|
Loading…
Reference in a new issue