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

fix(docker): entrypoint: source must be before options

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