Skip to content

Commit

Permalink
ci: use help of auto update script in launch all
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Jul 6, 2024
1 parent 5a82f55 commit 3613378
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 @@ -14,8 +14,7 @@ RESET=$(tput sgr0)
show_usage () {
echo "Parameters:"
echo "-g: launch Grafana stack"
echo "-b: build binary (instead of downloading the latest release)"
echo "-l: always launch (even if already up-to-date; useful on reboot)"
. server/scripts/auto-update.sh -h
}

while getopts "blh" opt; do
Expand Down

0 comments on commit 3613378

Please sign in to comment.