From 5ab07acd7a5e157b3b0138ff66546f44beeb626f Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Mon, 29 Feb 2016 17:35:40 -0500 Subject: [PATCH] updated approach slightly for building gffs. --- scripts/buildor/refresh_gffs_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/buildor/refresh_gffs_build.sh b/scripts/buildor/refresh_gffs_build.sh index b24c3ae1..a5b0c1b9 100644 --- a/scripts/buildor/refresh_gffs_build.sh +++ b/scripts/buildor/refresh_gffs_build.sh @@ -21,7 +21,7 @@ build_gffs check_result Building GFFS source code. echo starting container now and spooling its log file... -(bash $GFFS_TOOLKIT_ROOT/library/maybe_restart_container.sh &>$TMP/container_restarty.log & ) +(bash $GFFS_TOOLKIT_ROOT/library/maybe_restart_container.sh &>$TMP/main_container_restarting.log & ) # snooze a bit so the container gets a chance to write something. sleep 4 tail -f ~/.GenesisII/container.log -- 2.34.1