From 97fd2354301847d8b8b94b9991bc370e2523a96f Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 14 Jan 2016 14:35:50 +0100 Subject: [PATCH] [UP] TODO list in Launch script --- launch.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/launch.sh b/launch.sh index 3f9ef08..db0cb5e 100755 --- a/launch.sh +++ b/launch.sh @@ -104,9 +104,7 @@ show_help() { echo -e "If GISSMO_CFG used, you can specify another configuration file. Example:" echo "" echo -e " GISSMO_CFG=~/new_config $PROGRAM" - # TODO: Add clean() command to STOP and DELETE Gissmo Docker container - # TODO: Add clean_db() command to STOP and DELETE postgreSQL Docker container - # TODO: Add clean_all() command that makes clean() and clean_db() + # TODO: Add clean() command with args to: STOP and DELETE Gissmo container, STOP and DELETE postgreSQL container, DELETE dbdata OR do all these thing into one. } check_command() {