Call the request script to capture the connection parameters:
$ cd ~/srv/project/slapos/software/html5as-base/
$ bash ../../../request-html5as-base.sh
Then you can verify the index template from server_url
by
$ curl your_server_url
Use the link displayed instead of "your_server_url"
As long as you see the title parameter passed from the request script on the output of curl
, it means the new template is taken into account.