Fix script for setting default URL in gitlab-workflow
The check whether the file exists was missing and that resulted in an error on k8s, preventing the container to start.
Also the corresponding file in /etc/skel/ was not modified. Depending on when the post start hook is executed, this could lead to a non modified file.
The code is moved a bit down now to the default settings area.