Skip to content

Commit

Permalink
ci: print date after launching everything
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Dec 22, 2023
1 parent 5f8b5dd commit 2130e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/scripts/launch-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2130e25

Please sign in to comment.