mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
Fix persist_sandbox in Makefile (#2171)
This commit is contained in:
parent
6e76f9a02f
commit
feaae0b7ac
2
Makefile
2
Makefile
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user