echo"Neither Docker nor Podman are installed. Please install whichever you prefer and try again."
exit1
fi
fi
echo"TAM3 should be running on your computer. It is available at http://localhost:8300/, you should be able to create a bookmark or desktop shortcut to it."
if[ -n "$runin_podman"];then
echo""
echo"This script detected that you are running Podman instead of Docker."
echo"If that is the case you will want to either enable podman 'systemctl enable podman' and podman-restart 'systemctl enable podman-restart' on your system."
echo"OR add a command to whichever autostart/login startup script process you prefer which runs the command 'podman start tam3-webclient'."