Shellular / entrypoint.sh
Mega-333-Evolutions
Wipe old project and upload new GitHub repo
04d40ec
Raw
History Blame Contribute Delete
240 Bytes
#!/bin/sh
if [ -n "$MACHINE_ID_RAW" ]; then
printf '%s\n' "$MACHINE_ID_RAW" > /etc/machine-id
printf '%s\n' "$MACHINE_ID_RAW" > /var/lib/dbus/machine-id 2>/dev/null || true
fi
# Execute the command as the current user (root)
exec "$@"