mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-12-24 03:00:35 +08:00
feat: Move memory check to own module (#1072)
This commit is contained in:
8
src/finish.sh
Normal file
8
src/finish.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
set -Eeuo pipefail
|
||||
|
||||
if [[ "$DEBUG" == [Yy1]* ]]; then
|
||||
printf "QEMU arguments:\n\n%s\n\n" "${ARGS// -/$'\n-'}"
|
||||
fi
|
||||
|
||||
return 0
|
||||
Reference in New Issue
Block a user