Skip to content
Snippets Groups Projects
Commit 094964d5 authored by Jeremy Mathews's avatar Jeremy Mathews
Browse files

File and Folder Space Check

parent 8f70391a
2 merge requests!41Develop,!35Resolve "Move untarBCL code into a bash script w/ file folder check"
Pipeline #3986 passed with stages
in 2 minutes and 9 seconds
......@@ -15,7 +15,7 @@ done
shift $(($OPTIND -1));
folder=$(tar -tf '$tar' | grep -o "^[^/]*/\$");
folder=$(tar -tf $tar | grep -o "^[^/]*/\$");
folder1=`echo "$folder" | tr -d ' '`;
if [ "$folder" != "$folder1" ];
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment