mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-03 08:24:51 +08:00
7 lines
115 B
Bash
7 lines
115 B
Bash
#!/usr/bin/env bash
|
|
set -Eeuo pipefail
|
|
|
|
# You can override this hook to execute a script before startup!
|
|
|
|
return 0
|