From 2130e25dab687a41fecc74ca50eba901a4b2ba97 Mon Sep 17 00:00:00 2001 From: David Gomes <10091092+davidgomesdev@users.noreply.github.com> Date: Fri, 22 Dec 2023 12:04:20 +0000 Subject: [PATCH] ci: print date after launching everything --- server/scripts/launch-all.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/scripts/launch-all.sh b/server/scripts/launch-all.sh index 3ca9c3b..ba5addd 100755 --- a/server/scripts/launch-all.sh +++ b/server/scripts/launch-all.sh @@ -44,5 +44,5 @@ PLUGINS_PATH=${PLUGINS_PATH:-../RustyController-plugins} mkdir -p /var/log/rusty-controller/plugins/ && cd "$PLUGINS_PATH" && git pull && bash run-all.sh -echo -e "\n${SUCCESS}* Finished!$RESET" +echo -e "\n${SUCCESS}* Finished! (at $(date))$RESET" echo