Openhabian-config empty

With update 3.1.0-1 my “/usr/local/bin/openhabian-config”-File is completly empty.

Openhab runs, i only found that the file is empty and don’t run.

Has anyone an idea or tipp?

Thanks

It’s just a link that you can re-create.
But that hasn’t happened due to the openHAB update, it does not happen at all by installing any software whatsoever.
So you possibly have more (yet unseen) problems with your box, maybe a corrupted file system.

[21:48:44] root@devpc:/home/markus# ls -l /usr/local/bin/openhabian-config
lrwxrwxrwx 1 root root 35 Apr  6 18:18 /usr/local/bin/openhabian-config -> /opt/openhabian/openhabian-setup.sh
[21:48:48] root@devpc:/home/markus#

Hey mstormi, thanks for your answer.

I have set the link, and found that the target “openhabian-setup.sh” is also empty:
-rwxr-xr-x 1 root root 0 Aug 14 20:20 openhabian-setup.sh
At ~20:20 Uhr i have made the update, from “openhabian-config”-menu, after the update it don’t work anymore.

Maybe its an corrupted file system, i will look for other errors, now.

At the moment, could i found the “openhabian-setup.sh” content anywhere, i know its a dirty fix. :wink:

Thanks

https://raw.githubusercontent.com/openhab/openhabian/main/openhabian-setup.sh

:slight_smile:

1 Like
cd /opt/openhabian
git checkout main
1 Like

Thx, this works for me.
At this moment i found no other errors.