From 494d0f37e30a300081539a705076a3c83e9a0775 Mon Sep 17 00:00:00 2001 From: "Josh.5" Date: Sun, 16 Jan 2022 06:00:30 +1300 Subject: [PATCH] Just read teh version file (CI is putting all required info in there) --- overlay/entrypoint.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/overlay/entrypoint.sh b/overlay/entrypoint.sh index 980e88c..1575130 100644 --- a/overlay/entrypoint.sh +++ b/overlay/entrypoint.sh @@ -5,7 +5,7 @@ # File Created: Saturday, 8th January 2022 7:08:46 pm # Author: Josh.5 (jsunnex@gmail.com) # ----- -# Last Modified: Sunday, 16th January 2022 2:30:07 am +# Last Modified: Sunday, 16th January 2022 6:00:04 am # Modified By: Console and webGui login account (jsunnex@gmail.com) ### @@ -19,7 +19,7 @@ fi # Print the current version (if the file exists) if [[ -f /version.txt ]]; then - echo "Version: $(cat /version.txt)" + cat /version.txt fi # Execute all container init scripts