We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90eb512 commit 4742e74Copy full SHA for 4742e74
1 file changed
Makefile
@@ -55,7 +55,7 @@ install-data-containers: check-fleet
55
cp $(T).template . ; \
56
NEW_FILENAME=`ls *.template | sed 's/\.template//g'`; \
57
mv *.template $$NEW_FILENAME ; \
58
- MACHINE_ID=`$(FLEETCTL) list-machines --no-legend --full list-machines | awk 'BEGIN { OFS="\t"; srand() } { print rand(), $$1 }' | sort -n | cut -f2- | head -1` ; \
+ MACHINE_ID=`$(FLEETCTL) list-machines --no-legend --full | awk 'BEGIN { OFS="\t"; srand() } { print rand(), $$1 }' | sort -n | cut -f2- | head -1` ; \
59
sed -e "s/CHANGEME/$$MACHINE_ID/" $$NEW_FILENAME > $$NEW_FILENAME.bak ; \
60
rm -f $$NEW_FILENAME ; \
61
mv $$NEW_FILENAME.bak $$NEW_FILENAME ; \
0 commit comments