apptask: fix crash in configure
This commit is contained in:
+1
-1
@@ -508,7 +508,7 @@ async function configure(app, args, progressCallback) {
|
||||
|
||||
await progressCallback({ percent: 10, message: 'Cleaning up old install' });
|
||||
await reverseProxy.unconfigureApp(app);
|
||||
await deleteContainers({ managedOnly: true });
|
||||
await deleteContainers(app, { managedOnly: true });
|
||||
|
||||
await progressCallback({ percent: 20, message: 'Downloading icon' });
|
||||
await downloadIcon(app);
|
||||
|
||||
Reference in New Issue
Block a user