Call update_config.py if it is there

This commit is contained in:
Ian Southam 2014-08-19 16:24:10 +02:00 committed by wilderrodrigues
parent 8abf1a22ab
commit 574fa2c0a0

View File

@ -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
}