openHABian err after "Backport bintray removal to OH2/stable"

On a pi3 with openHABian / oh2.5.12 i ran openhabian-config, got an update of openhabian-config telling me

ed77032 - Backport bintray removal to OH2/stable (#1505) (vor 2 Tagen) E
functions/openhab.bash | 19 ++++++++++++++++±-
includes/offline-install-modifications.bash | 4 +±-
openhabian-setup.sh | 1 +

There where some os updates available, so i ran 02. Normally i have to give an >return< after getting the message

Updating FireMotD available updates count …

This time i did not have to press >return< to get back to the menu. Exiting to the console i saw:

Updating FireMotD available updates count …
N: Datei »openhab2.liste« in Verzeichnis »/etc/apt/sources.list.d/« wird ignoriert, da sie eine ungültige Dateinamen-Erweiterung hat.
OK

This makes me think that the process has eaten one or more chars at the beginning of the line starting with N: which maybe a hint to the cause “waiting for some input” before last openhabian-config update. Whatever …

The point here is: there seems to be something wrong with the attempt to cleanup the bintray sudden death.

If really helpfull, i can run again with debugmode=whateveryouwant. I expect this to install java again, but then … if this helps anyhow …

Unlikely as it doesn’t touch any such file.
You probably have been possessing that file well before recent changes.

openhabian@devpi:~/openhabian $ grep -i openhab2.liste /opt/openhabian/functions/*
openhabian@devpi:~/openhabian $

The grep cmd show up the same here: nothing.

openhabian@openHABianPi:/etc/apt/sources.list.d $ ls -lt
insgesamt 20
-rw-r--r-- 1 root root  70 Mai  6 11:30 openhab2.list
-rw-r--r-- 1 root root  57 Nov 26 18:41 openhab2.liste
-rw-r--r-- 1 root root 112 Aug 23  2020 nodesource.list
-rw-r--r-- 1 root root  65 Okt 24  2018 zulu-embedded.list
-rw-r--r-- 1 root root 195 Okt 24  2018 raspi.list
openhabian@openHABianPi:/etc/apt/sources.list.d $ cat openhab2.list
deb https://openhab.jfrog.io/artifactory/openhab-linuxpkg stable main
openhabian@openHABianPi:/etc/apt/sources.list.d $ cat openhab2.liste
deb https://dl.bintray.com/openhab/apt-repo2 stable main
openhabian@openHABianPi:/etc/apt/sources.list.d $

I’m not aware having touched anything in that directory manually at any time.

So do i just have to delete the openhab2.liste file?

Yes. As you can see it’s half a year old.

Thx. I’m not going to delete all files older than half a year anyway. :wink:

Maybe you want to clean up text message /opt/openhabian/functions/openhab.bash:

local warningText="Due to bintray shutdown of services, there is an immediate need to change the openhab stable repository configuration.\nBintray repo in /etc/apt/sourceslist.d/openhab2.list needs to be replaced by Artifactory.\n\nDo you want this to be replaced now?

I think there is a dot missing in /etc/apt/sourceslist.d/openhab2.list .

Hi, what, if I accidentally deleted openhab2.list file instead of openhab2.liste ?