#!/bin/bash
if [ "$UID" != "0" ];then
pkexec $0
exit
fi

bookworm-run /opt/ace-host-integration/ace-host-integration
