From 65b01cc09e37ff09b34cfa6426a803058452d069 Mon Sep 17 00:00:00 2001 From: Mac <37410297+itsmemac@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:16:43 +0530 Subject: [PATCH] Fix --- .../venice_unleashed/egg-venice-unleashed--with-mount.json | 2 +- .../venice_unleashed/egg-venice-unleashed--without-mount.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/game_eggs/venice_unleashed/egg-venice-unleashed--with-mount.json b/game_eggs/venice_unleashed/egg-venice-unleashed--with-mount.json index 4bcb447b..bc93ed47 100644 --- a/game_eggs/venice_unleashed/egg-venice-unleashed--with-mount.json +++ b/game_eggs/venice_unleashed/egg-venice-unleashed--with-mount.json @@ -10,7 +10,7 @@ "description": "Experience Battlefield 3 like never before\r\nVU \/vi:ju:\/ is a community-oriented Battlefield 3 modding platform that gives you back control of your gaming experience.", "features": null, "docker_images": { - "Wine Stable": "ghcr.io\/parkervcp\/yolks:wine_latest", + "Wine Stable": "ghcr.io\/parkervcp\/yolks:wine_latest" }, "file_denylist": [], "startup": "if [ ! -f \/home\/container\/activated ]; then wine ~\/vu\/client\/vu.com -gamepath ~\/bf3 -activate -o_mail ${EMAIL} -o_pass ${PASSWORD}; touch \/home\/container\/activated; else wine ~\/vu\/client\/vu.com -gamepath ~\/bf3 -serverInstancePath \"$(winepath -w ~\/vu\/instance)\" -server -dedicated -listen 0.0.0.0:$SERVER_PORT -mHarmonyPort ${HARMONY} -RemoteAdminPort 0.0.0.0:${RCON}; fi", diff --git a/game_eggs/venice_unleashed/egg-venice-unleashed--without-mount.json b/game_eggs/venice_unleashed/egg-venice-unleashed--without-mount.json index 7bee35b2..7959d410 100644 --- a/game_eggs/venice_unleashed/egg-venice-unleashed--without-mount.json +++ b/game_eggs/venice_unleashed/egg-venice-unleashed--without-mount.json @@ -10,7 +10,7 @@ "description": "Experience Battlefield 3 like never before\r\nVU \/vi:ju:\/ is a community-oriented Battlefield 3 modding platform that gives you back control of your gaming experience.", "features": null, "docker_images": { - "Wine Stable": "ghcr.io\/parkervcp\/yolks:wine_latest", + "Wine Stable": "ghcr.io\/parkervcp\/yolks:wine_latest" }, "file_denylist": [], "startup": "if [ ! -f \/home\/container\/activated ]; then wine ~\/vu\/client\/vu.com -gamepath ~\/bf3 -activate -o_mail ${EMAIL} -o_pass ${PASSWORD}; touch \/home\/container\/activated; else wine ~\/vu\/client\/vu.com -gamepath ~\/bf3 -serverInstancePath \"$(winepath -w ~\/vu\/instance)\" -server -dedicated -listen 0.0.0.0:$SERVER_PORT -mHarmonyPort ${HARMONY} -RemoteAdminPort 0.0.0.0:${RCON}; fi",