From 8c5e7cf01aaaef7b45b951f27dc4815e7be8da6d Mon Sep 17 00:00:00 2001 From: Tom Wiesing Date: Tue, 14 Jul 2020 16:25:48 +0200 Subject: [PATCH] Fix missing rename --- distillery/rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/distillery/rebuild.sh b/distillery/rebuild.sh index 8299a78..abb8d25 100644 --- a/distillery/rebuild.sh +++ b/distillery/rebuild.sh @@ -19,7 +19,7 @@ fi; read -r INSTANCE_BASE_DIR MYSQL_DATABASE MYSQL_USER GRAPHDB_REPO GRAPHDB_USER <<< "$(sql_bookkeep_load "${SLUG}" "filesystem_base,sql_database,sql_user,graphdb_repository,graphdb_user" | tail -n +2)" log_info " => Updating compose files" -install_resource_dir "compose/runtime" "$INSTANCE_BASE_DIR" +install_resource_dir "compose/barrel" "$INSTANCE_BASE_DIR" log_info "=> Rebuilding and restarting '$INSTANCE_BASE_DIR'" update_stack "$INSTANCE_BASE_DIR" \ No newline at end of file