Add note about the log message

This commit is contained in:
Girish Ramakrishnan
2016-12-14 19:21:43 -08:00
parent 3277cfdc6b
commit 5dda872917

View File

@@ -78,7 +78,7 @@ function waitForPendingTasks(callback) {
function platformReady() {
if (cloudron.isConfiguredSync()) {
debug('platformReady: configured, resuming tasks');
debug('platformReady: configured, resuming tasks'); // cloudron-setup script relies on this log message
resumeTasks();
} else {
debug('platformReady: not configured yet. waiting for configured event');