Fixed makefile (#2168)

This commit is contained in:
மனோஜ்குமார் பழனிச்சாமி 2024-06-01 03:35:43 +05:30 committed by GitHub
parent 42c6b506b5
commit bf24a0b5c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -239,7 +239,7 @@ setup-config-prompts:
read -p "Enter a password for the sandbox container: " ssh_password; \
echo "ssh_password=\"$$ssh_password\"" >> $(CONFIG_FILE).tmp; \
else \
echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp
echo "persist_sandbox=\"$$persist_sandbox\"" >> $(CONFIG_FILE).tmp; \
fi
@echo "" >> $(CONFIG_FILE).tmp