Skip to content
This repository was archived by the owner on May 5, 2025. It is now read-only.

Commit 736ae6d

Browse files
authored
Merge pull request #757 from xwu2git/master
mkm4.sh
2 parents b59f2f1 + 912e2c8 commit 736ae6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

maintenance/db-init/mkm4.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ for s1 in data:
2323
oi=oi+1
2424
EOF
2525

26-
docker run --rm -v "$DIR:/home:ro" -it centos:centos7 python /home/mkm4.py /home/sensor-info.json > "$DIR/sensor-info.m4"
26+
docker run --rm -v "$DIR:/home:ro" -it centos:7 python /home/mkm4.py /home/sensor-info.json > "$DIR/sensor-info.m4"
2727
rm -f "$DIR/mkm4.py"
2828
fi
2929

0 commit comments

Comments
 (0)