mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2025-11-07 02:23:42 +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
|