We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a889bb0 commit fdb4efeCopy full SHA for fdb4efe
stage-openmower/30-docker/00-run.sh
@@ -21,7 +21,7 @@ if compgen -G "$DEST"/*.tar.gz.part* > /dev/null; then
21
done
22
fi
23
24
-# Uncompress all .tar.gz files to .tar. OS image get ZIPped anyway but preload service only needs docker load em
+# Uncompress all .tar.gz files to .tar. OS image gets ZIPped anyway but preload service only needs docker load them
25
for gz in "$DEST"/*.tar.gz; do
26
[ -e "$gz" ] || break
27
gunzip -f "$gz"
0 commit comments