fix(ente): cli config.yml creation error

This commit is contained in:
Raghav Vashisht 2025-10-26 16:57:12 +05:30
parent 54bf19ce9f
commit 9ee64e97f1

View File

@ -59,7 +59,8 @@ export ENTE_CLI_SECRETS_PATH=/opt/ente/cli/dist/secrets.txt
export PATH="/opt/ente/cli/dist:$PATH" export PATH="/opt/ente/cli/dist:$PATH"
EOF EOF
msg_ok "Exported Ente CLI paths" msg_ok "Exported Ente CLI paths"
$STD mkdir -p ~/.ente
$STD touch ~/.ente/config.yaml
cat <<EOF >~/.ente/config.yaml cat <<EOF >~/.ente/config.yaml
endpoint: endpoint:
api: http://localhost:8080 api: http://localhost:8080