I don’t know what I exactly did that created this error, but now when I try to start umbrel I get:
Creating tor … done
Stopping tor … done
Removing tor … done
Removing network umbrel_main_network
Configuring permissions…
touch: ‘/home/user/umbrel/…/statuses/configured’ kann nicht berührt werden: Datei oder Verzeichnis nicht gefunden
What to do ?
Thanks
P.S.: What kind of permission does the “umbrel”-folder need ?
I put this into the start-script:
echo ${BASH_SOURCE[0]}
echo $(dirname $(readlink -f "${BASH_SOURCE[0]}"))
echo $(dirname $(readlink -f "${BASH_SOURCE[0]}"))/..
./scripts/start
/home/user/umbrel/scripts
/home/user/umbrel/scripts/…