Skip to content

Commit

Permalink
Add lila-docker restart option (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitd291 authored Nov 12, 2023
1 parent 7c1ec81 commit 17b7626
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lila-docker
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ run_gitpod_welcome() {
}

show_help() {
echo "Usage: $0 [start|stop|down|build|format]"
echo "Usage: $0 [start|stop|restart|down|build|format]"
}

case $1 in
Expand All @@ -147,6 +147,9 @@ case $1 in
stop)
run_stop
;;
restart)
run_stop && run_start
;;
down)
run_down
;;
Expand Down

0 comments on commit 17b7626

Please sign in to comment.