Merge pull request #45 from maguowei/fix-shebang

fix shebang
v1.14.3
Li Yi 5 years ago committed by GitHub
commit 378579e338
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
#/bin/bash
#!/bin/bash
file="images.properties"
@ -17,3 +17,4 @@ then
else
echo "$file not found."
fi

Loading…
Cancel
Save