Skip to content

Commit

Permalink
show version.
Browse files Browse the repository at this point in the history
  • Loading branch information
kkkgo committed Aug 21, 2024
1 parent 9eb91d3 commit 5de5589
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions makeiso.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ rootsha=$(head -1 "$builddir""/iso/rootsha.txt")
echo "docker rootsha: ""$rootsha"
sed "s/rootsha/$rootsha/g" "$builddir"/Dockerfile >"$builddir"/iso/Dockerfile
cp "$builddir"/remakeiso.sh "$builddir"/iso/
sed -i "s/PPGW_version/$ppgwver/g" "$builddir"/iso/remakeiso.sh
if [ -f "$builddir""/sha.txt" ]; then
ls -lah "$builddir"/iso/
else
Expand Down
2 changes: 2 additions & 0 deletions remakeiso.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/bin/sh

echo iso builder version: PPGW_version
echo run docker pull to fetch the latest image.
json='{
"log": {
"level": "info"
Expand Down

0 comments on commit 5de5589

Please sign in to comment.