diff options
-rwxr-xr-x | get_license.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/get_license.sh b/get_license.sh index b768cd5..1b755c6 100755 --- a/get_license.sh +++ b/get_license.sh @@ -51,5 +51,4 @@ done mv ${dir}/* ${licenses_dir}/ rm -rf ${dir} - exit 0 |