Nothing to see here

It was late at night ok?
This commit is contained in:
Lukas 2018-04-09 10:55:05 +02:00 committed by GitHub
parent 4e70804395
commit 3906f8aabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ case "$1" in
build) action__build;;
start) action__start;;
stop) action__stop;;
restart) action__start; action__stop; ;;
restart) action__stop; action__start; ;;
logs) action__logs;;
enter) action__enter;;
*)