mirror of
https://github.com/vdsm/virtual-dsm.git
synced 2026-03-05 00:07:26 +08:00
feat: Load additional startup script
This commit is contained in:
parent
bbd9128cbf
commit
2fe09989f4
@ -6,6 +6,7 @@ set -Eeuo pipefail
|
||||
|
||||
cd /run
|
||||
|
||||
. start.sh # Placeholder
|
||||
. utils.sh # Load functions
|
||||
. reset.sh # Initialize system
|
||||
. install.sh # Run installation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user