fix domain installation on first launch

This commit is contained in:
mercury
2024-11-17 19:32:54 +04:00
parent 66cee61d41
commit 51ecb815ba
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ if (!empty($bot->selfupdate)) {
$bot->offWarp();
}
$bot->dontshowcron = 1;
$bot->adguardSync();
$bot->sslip();
$bot->adguardSync();
$bot->syncDeny();
$bot->cleanDocker();