mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-01-06 13:36:51 +00: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
|