Merge gIsConfigured into config state
This commit is contained in:
committed by
Johannes Zellner
parent
8f4ed47b63
commit
270a1f4b95
@@ -77,7 +77,7 @@ function waitForPendingTasks(callback) {
|
||||
}
|
||||
|
||||
function platformReady() {
|
||||
if (cloudron.isConfiguredSync()) {
|
||||
if (cloudron.getConfigStateSync().configured) {
|
||||
debug('platformReady: configured, resuming tasks'); // cloudron-setup script relies on this log message
|
||||
resumeTasks();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user