Skip to content
Snippets Groups Projects
Commit 3ec36e85 authored by Éloïs's avatar Éloïs
Browse files

feat(docker): sync with --no-interactive to view sync progress in logs

parent 445cc2d9
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ if [ "$auto_sync" = true ]; then ...@@ -81,7 +81,7 @@ if [ "$auto_sync" = true ]; then
echo "DUNITER_SYNC_HOST undefined. Can't start synchronization!" echo "DUNITER_SYNC_HOST undefined. Can't start synchronization!"
else else
echo "Starting synchronization..." echo "Starting synchronization..."
/usr/bin/duniter sync "$DUNITER_SYNC_HOST" /usr/bin/duniter sync --no-interactive "$DUNITER_SYNC_HOST"
fi fi
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment