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

[fix] docker: invalid command on entrypoint script

parent 9920cfdf
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ if [ "$auto_sync" = true ]; then ...@@ -59,7 +59,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 --home "$home" "$DUNITER_SYNC_HOST" /usr/bin/duniter --home "$home" sync "$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