This website works better with JavaScript
Home
Explore
Help
Sign In
mirrors
/
docker-magento
mirror of
https://github.com/markshust/docker-magento
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
Fix shebang
Yevhen Zvieriev
1 year ago
parent
76a08d9b82
commit
8d791d2ca2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
compose/bin/check-dependencies
+ 1
- 1
compose/bin/check-dependencies
View File
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/
usr/
bin/
env
bash
RED='\033[0;31m'
GREEN='\033[0;32m'