From a4d5b5a21f5a890f241c06214766cbee0faed17e Mon Sep 17 00:00:00 2001 From: Raghav Vashisht Date: Sun, 26 Oct 2025 17:19:44 +0530 Subject: [PATCH] fix(ente): remove unexpected .ente txt file being created during installation --- install/ente-install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install/ente-install.sh b/install/ente-install.sh index e885c676b..3a6d157ac 100644 --- a/install/ente-install.sh +++ b/install/ente-install.sh @@ -59,7 +59,9 @@ 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 touch ~/.ente/config.yaml +# remove .ente txt file +$STD rm ~/.ente +$STD mkdir -p ~/.ente cat <~/.ente/config.yaml endpoint: api: http://localhost:8080