Severity
severity: low
Reproducibility
reproducible: always
Regression
regression: no
Affects latest release
latest-release: yes
User story
As a Server Admin, I want the warning not to be displayed so that the console is not spammed by it.
Script name
sfserver, pwserver, pmcserver, fcserver
Game
Palworld, Paper Minecraft, Factorio, Satisfactory
Linux distro
Other
Command
command: update
Expected behavior
The scripts read the proper source list location on Debian 13:
/etc/apt/sources.list.d/
Actual behavior
If a update script or any other is run, the following output gets shown:
grep: /etc/apt/sources.list: No such file or directory
On Debian 13 the source lists are now found at: /etc/apt/sources.list.d/
Further information
Is part of every update script
Pre-checks
Relevant log output
[ .... ] Starting sfserver: grep: /etc/apt/sources.list: No such file or directory
Steps to reproduce
- Install LGSM on a Debian 13 system
- Start a script like: ./sfserver update
- Read the output
Severity
severity: low
Reproducibility
reproducible: always
Regression
regression: no
Affects latest release
latest-release: yes
User story
As a Server Admin, I want the warning not to be displayed so that the console is not spammed by it.
Script name
sfserver, pwserver, pmcserver, fcserver
Game
Palworld, Paper Minecraft, Factorio, Satisfactory
Linux distro
Other
Command
command: update
Expected behavior
The scripts read the proper source list location on Debian 13:
/etc/apt/sources.list.d/
Actual behavior
If a update script or any other is run, the following output gets shown:
grep: /etc/apt/sources.list: No such file or directory
On Debian 13 the source lists are now found at: /etc/apt/sources.list.d/
Further information
Is part of every update script
Pre-checks
Relevant log output
Steps to reproduce