fix(ente): remove unexpected .ente txt file being created during installation
This commit is contained in:
parent
eb401a3e42
commit
a4d5b5a21f
@ -59,7 +59,9 @@ 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 touch ~/.ente/config.yaml
|
# remove .ente txt file
|
||||||
|
$STD rm ~/.ente
|
||||||
|
$STD mkdir -p ~/.ente
|
||||||
cat <<EOF >~/.ente/config.yaml
|
cat <<EOF >~/.ente/config.yaml
|
||||||
endpoint:
|
endpoint:
|
||||||
api: http://localhost:8080
|
api: http://localhost:8080
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user