Add note about the log message
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user