diff --git a/src/downloadthread.cpp b/src/downloadthread.cpp index e3fe5fa..3350b94 100644 --- a/src/downloadthread.cpp +++ b/src/downloadthread.cpp @@ -730,7 +730,7 @@ void DownloadThread::_writeComplete() emit finalizing(); - if (!_config.isEmpty() || !_cmdline.isEmpty() || !_firstrun.isEmpty()) + if (!_config.isEmpty() || !_cmdline.isEmpty() || !_firstrun.isEmpty() || !_cloudinit.isEmpty()) { if (!_customizeImage()) {