diff --git a/load_images.sh b/load_images.sh index 6269190..b428481 100755 --- a/load_images.sh +++ b/load_images.sh @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash file="images.properties" @@ -16,4 +16,5 @@ then else echo "$file not found." -fi \ No newline at end of file +fi +