Addon_configs => where is this folder located in the container

Hi, in this addon_folders, i have a file that i need to change with a shell command, but the shell command is executed from the hassio container … so
\addon_configs is not the correct path to it… , thats why my shell command is failing with file not found…

i entered the hassio container with:

docker exec -it homeassistant /bin/bash

i tought it would be here, but it isnt… there is no data folder in the mnt

/mnt/data/supervisor/addons/data/xxxx

running hassos here

Why do you need to do this?

As in first post, I need a shell command to change a file with an automation, I need to change a token within an file, and want to automate it

No that is what you you want to do not why.

Why do you need to do this?

What problem are you having that requires this?

https://xyproblem.info/

1 Like

Omg

I just need to edit a file within the “addon_config” folder with a script or shell command, I want to edit this file with an automation that I run
Just need the correct path to the file

Why do you want to do this.

It is a very odd question to ask. Especially for HAOS.

???
I just want to change the content of a file located in that folder, just need the correct path, that’s all…

If someone asks “hey what’s the best way to inject bubbles into my veins?” you don’t tell them, you ask why on earth they would want to do that.

So for the the last time, why do you “need” to do this?

Cause I want to modify the content of a file with a new token/text, that’s needs to be replaced every week

Hello pergola.fabio,

To do that you look at the add-on to see if there is something in the configs to change it or you contact the add-on author as an issue or feature request.

Anything else you are on your own. It is not a good idea. Things can break.

Ok, so it’s not possible anymore to access those shares? Not evening mounting it?