mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
Call update_config.py if it is there
This commit is contained in:
parent
8abf1a22ab
commit
574fa2c0a0
@ -1321,6 +1321,10 @@ start() {
|
||||
# eject the systemvm.iso
|
||||
eject
|
||||
fi
|
||||
if [ -x /opt/cloud/bin/update_config.py ]
|
||||
then
|
||||
/opt/cloud/bin/update_config.py cmd_line.json
|
||||
fi
|
||||
return 0
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user