fix: User-mode networking (#942)

This commit is contained in:
Kroese
2025-03-20 03:05:50 +01:00
committed by GitHub
parent 1e83757494
commit be15557798
2 changed files with 19 additions and 6 deletions

View File

@@ -37,7 +37,7 @@ if [[ "$RAM_CHECK" != [Nn]* ]]; then
fi
if [[ "$DEBUG" == [Yy1]* ]]; then
printf "Arguments:\n\n%s" "${ARGS// -/$'\n-'}" && echo
printf "Arguments:\n\n%s\n\n" "${ARGS// -/$'\n-'}"
fi
return 0