Nothing to see here

It was late at night ok?
keep-around/1d41123a1244c0fde37bb8c5c7d02b7245f2751a
sn0w 2018-04-09 10:55:05 +02:00
parent 6dff9a7a5b
commit 37c5f61633
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;;
*)