Skip to content

Commit

Permalink
ci: fix launch not launching plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev authored Oct 31, 2024
1 parent 4b05c93 commit ba85827
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions server/scripts/launch-all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ if [[ ! $ARE_PLUGINS_UPDATED ]]; then
printf "\n${INFO}Plugins are outdated...$RESET\n\n"
bash run-all.sh
else
tmux has-session -t "RustyController plugins" 2>/dev/null
if [ $? != 0 ]; then
if tmux has-session -t "RustyController plugins" 2>/dev/null; then
printf "\n${INFO}Plugins are not running, launching...$RESET\n\n"
bash run-all.sh
else
Expand Down

0 comments on commit ba85827

Please sign in to comment.