From 621afb4eeca79c2d53b21f9bc477b841b6af68eb Mon Sep 17 00:00:00 2001 From: amcmanu3 Date: Mon, 4 Dec 2023 23:37:53 -0500 Subject: [PATCH] Fix bug where servers are created without bu dir --- app/classes/shared/main_controller.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/classes/shared/main_controller.py b/app/classes/shared/main_controller.py index 27104b62..de2e6b80 100644 --- a/app/classes/shared/main_controller.py +++ b/app/classes/shared/main_controller.py @@ -529,6 +529,10 @@ class Controller: server_host=monitoring_host, server_type=monitoring_type, ) + self.management.set_backup_config( + new_server_id, + backup_path, + ) if data["create_type"] == "minecraft_java": if root_create_data["create_type"] == "download_jar": # modded update urls from server jars will only update the installer