mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-03-02 06:47:23 +08:00
Create finish.sh
This commit is contained in:
parent
0fb68239a0
commit
a5689f506a
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
|
||||
Loading…
Reference in New Issue
Block a user