mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-06 18:13:43 +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
|