Task #107499 - added.err
back to task #107499download
Error: SHELLCHECK_WARNING (CWE-571):
/usr/libexec/anaconda/start-module:43:9: warning[SC2155]: Declare and assign separately to avoid masking return values.
# 41|
# 42| # Read port from config file (format: module=port)
# 43|-> local port=$(grep "^${module}=" "$config_file" | cut -d'=' -f2)
# 44|
# 45| if [ -n "$port" ]; then