mirror of https://github.com/apache/cloudstack.git
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…
Reference in New Issue