Skip to content

Commit

Permalink
retriggered pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadalihussnain committed Jan 9, 2025
1 parent 1e4025f commit e063e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/network_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ else
USE_KDUMP=0 # Default to 0 if the file doesn't exist
fi

# Check if USE_KDUMP is enabled
# Check if USE_KDUMP is enabled or disabled.
if [ "$USE_KDUMP" -ne 1 ]; then
echo "KDUMP is not enabled. Skipping network setup."
exit 0
Expand Down

0 comments on commit e063e3e

Please sign in to comment.