From 9ee64e97f1c68cf304dc35b2c24d48b094bebfed Mon Sep 17 00:00:00 2001 From: Raghav Vashisht Date: Sun, 26 Oct 2025 16:57:12 +0530 Subject: [PATCH] fix(ente): cli config.yml creation error --- install/ente-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/ente-install.sh b/install/ente-install.sh index 22b4e1381..bcb490c33 100644 --- a/install/ente-install.sh +++ b/install/ente-install.sh @@ -59,7 +59,8 @@ export ENTE_CLI_SECRETS_PATH=/opt/ente/cli/dist/secrets.txt export PATH="/opt/ente/cli/dist:$PATH" EOF msg_ok "Exported Ente CLI paths" - +$STD mkdir -p ~/.ente +$STD touch ~/.ente/config.yaml cat <~/.ente/config.yaml endpoint: api: http://localhost:8080