File tree 1 file changed +20
-20
lines changed
1 file changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -27,24 +27,24 @@ cp -R SSL-Certs Release/MiningVisualizer
27
27
res=$(( res + $? ))
28
28
29
29
30
- # tar -czf Release/MiningVisualizer-vxxx-linux.tar.gz --directory=Release MiningVisualizer
31
- # res=$((res + $?))
32
-
33
- # if [ "$res" -ge 1 ] ; then
34
- # echo "."
35
- # echo "."
36
- # echo "."
37
- # echo "ERRORS WERE ENCOUNTERED!!!"
38
- # echo "."
39
- # echo "."
40
- # echo "."
41
- # exit 1
42
- # fi
30
+ tar -czf Release/MiningVisualizer-vxxx-linux.tar.gz --directory=Release MiningVisualizer
31
+ res=$(( res + $? ))
43
32
44
- # echo "."
45
- # echo "."
46
- # echo "."
47
- # echo "script completed successfully"
48
- # echo "."
49
- # echo "."
50
- # echo "."
33
+ if [ " $res " -ge 1 ] ; then
34
+ echo " ."
35
+ echo " ."
36
+ echo " ."
37
+ echo " ERRORS WERE ENCOUNTERED!!!"
38
+ echo " ."
39
+ echo " ."
40
+ echo " ."
41
+ exit 1
42
+ fi
43
+
44
+ echo " ."
45
+ echo " ."
46
+ echo " ."
47
+ echo " script completed successfully"
48
+ echo " ."
49
+ echo " ."
50
+ echo " ."
You can’t perform that action at this time.
0 commit comments