From ad6cea8eadd1643aff704deb3e2e565960d83b23 Mon Sep 17 00:00:00 2001 From: Gabe Demanche Date: Mon, 6 Oct 2025 14:40:08 -0400 Subject: [PATCH] Added sync to fix USB issue --- couchdb-dump.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/couchdb-dump.sh b/couchdb-dump.sh index 2a5c796..6cfe495 100755 --- a/couchdb-dump.sh +++ b/couchdb-dump.sh @@ -471,6 +471,7 @@ if [ $backup = true ]&&[ $restore = false ]; then fi $echoVerbose && echo "... INFO: Export completed successfully. File available at: ${file_name}" + sync exit 0 ### Else if user selected Restore: