Skip to content

Commit

Permalink
Fix restore again
Browse files Browse the repository at this point in the history
  • Loading branch information
willnode committed Oct 16, 2024
1 parent f0605bf commit 4f1cac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/executor/runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export default async function runConfig(config, domain, writer, sandbox = false)
case 'restore':
await writeLog("$> virtualmin restore-domain");
if (!value.feature) {
value.feature = ['virtualmin', 'unix', 'dir', 'dns', 'mysql', 'webmin', 'virtualmin-nginx'];
value.feature = ['dir', 'dns', 'mysql', 'virtualmin-nginx'];
}
await virtExec("restore-domain", value, {
option: [['dir', 'delete', '1']],
Expand Down

0 comments on commit 4f1cac6

Please sign in to comment.