Skip to content

Commit 163986d

Browse files
committed
Update destroy.sh
1 parent e51c84d commit 163986d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

destroy.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ echo "" | awk '{print $1}'
1212

1313
endtime=$(date +%s)
1414
duration=$(( $endtime - $starttime ))
15-
echo "-------Total time is $(($duration / 60)) minutes $(($duration % 60)) seconds."
15+
echo "-------Total time to clean up is $(($duration / 60)) minutes $(($duration % 60)) seconds."
1616
echo "" | awk '{print $1}'
1717
echo "-------Created by Yongkang"
1818
echo "-------Email me if any suggestions or issues [email protected]"

0 commit comments

Comments
 (0)