You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This can return you the last update timestamp of a titlepack. curl -I -s ${TITLE_PACK_URL} | grep last-modified | cut -c16-40 | xargs -I {} date -d "{}" +%s
The text was updated successfully, but these errors were encountered:
maniaplanet-docker/entrypoint.sh
Line 37 in 806f9f3
This can return you the last update timestamp of a titlepack.
curl -I -s ${TITLE_PACK_URL} | grep last-modified | cut -c16-40 | xargs -I {} date -d "{}" +%s
The text was updated successfully, but these errors were encountered: