Skip to content

Commit

Permalink
add redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Tearran committed Dec 5, 2024
1 parent 3c62ab9 commit e4c0d23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/modules/functions/check_distro_status.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function check_distro_status() {
fi

# Check if the OS is listed as supported in the DISTRO_STATUS
if grep -qE "^${DISTROID}=.*supported" "$DISTRO_STATUS"; then
if grep -qE "^${DISTROID}=.*supported" "$DISTRO_STATUS" 2> /dev/null; then
echo "The current $ARMBIAN ($DISTROID) is supported."
else
BACKTITLE="Warning: The current OS ($DISTROID) is not supported or not listed"
Expand Down

0 comments on commit e4c0d23

Please sign in to comment.