From a7c88d51ba3f56a4136979ed3c015a0160f493f3 Mon Sep 17 00:00:00 2001 From: diamkil <35732047+diamkil@users.noreply.github.com> Date: Mon, 28 Nov 2022 13:24:33 -0500 Subject: [PATCH] Revert other changed line --- generic/python/egg-python-generic.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic/python/egg-python-generic.json b/generic/python/egg-python-generic.json index 02b3ed27..06fd6dd3 100644 --- a/generic/python/egg-python-generic.json +++ b/generic/python/egg-python-generic.json @@ -20,7 +20,7 @@ "startup": "if [[ -d .git ]] && [[ \"{{AUTO_UPDATE}}\" == \"1\" ]]; then git pull; fi; if [[ ! -z \"{{PY_PACKAGES}}\" ]]; then pip install -U --prefix .local {{PY_PACKAGES}}; fi; if [[ -f \/home\/container\/${REQUIREMENTS_FILE} ]]; then pip install -U --prefix .local -r ${REQUIREMENTS_FILE}; fi; \/usr\/local\/bin\/python \/home\/container\/{{PY_FILE}}", "config": { "files": "{}", - "startup": "{\r\n \"done\": \"Started\"\r\n}", + "startup": "{\r\n \"done\": \"change this part\"\r\n}", "logs": "{}", "stop": "^C" },