From 50f94389be7eb314248dd7f2343e3e4aa495b9cc Mon Sep 17 00:00:00 2001 From: Dori Sajdak Date: Wed, 12 Jul 2023 15:49:56 -0400 Subject: [PATCH] updated db path name --- coldfront/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coldfront/README.md b/coldfront/README.md index bfa7102..066feba 100644 --- a/coldfront/README.md +++ b/coldfront/README.md @@ -21,7 +21,7 @@ If interested, you can [view the steps taken](#seeding-the-database-for-the-full ``` ./hpcts destroy -cp cf_options/coldfront-full.dump database/coldfront.dump +cp coldfront/db_options/coldfront-full.dump database/coldfront.dump ./hpcts start ``` @@ -292,7 +292,7 @@ Before beginning the tutorial, you must stop the containers, copy in the correct ``` ./hpcts destroy -cp cf_options/coldfront-half.dump database/coldfront.dump +cp coldfront/db_options/coldfront-half.dump database/coldfront.dump ./hpcts start ```