fix: #!/usr/bin/env
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/env bash
|
||||
#!/usr/bin/env bash
|
||||
|
||||
function checkReturn {
|
||||
echo "Executing: $@"
|
||||
echo "Executing: $*"
|
||||
if ! "$@"; then
|
||||
echo "Error runnning command"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user