Преглед изворни кода

:see_no_evil: rename md5 fle

Jeremy Zheng пре 2 година
родитељ
комит
85ebd1a64d
2 измењених фајлова са 3 додато и 1 уклоњено
  1. 2 0
      rpc/.gitignore
  2. 1 1
      rpc/morus/build.sh

+ 2 - 0
rpc/.gitignore

@@ -0,0 +1,2 @@
+*.tar
+*.md5

+ 1 - 1
rpc/morus/build.sh

@@ -8,7 +8,7 @@ export CODE="mint-morus"
 buildah pull ubuntu:latest
 buildah bud --layers -t $CODE .
 podman save --format=oci-archive -o $CODE-$VERSION.tar $CODE
-md5sum $CODE-$VERSION.tar > md5.txt
+md5sum $CODE-$VERSION.tar > $CODE-$VERSION.md5
 
 echo "done($CODE-$VERSION.tar)."