Skip to content
Snippets Groups Projects
Commit 1cae170a authored by Julien Leduc's avatar Julien Leduc
Browse files

removing the wrongly created /var/log/cta-frontend-xrootd.log as well as useless touch/chown.

parent 99e894d3
No related branches found
No related tags found
No related merge requests found
......@@ -41,12 +41,6 @@ echo -n "Waiting for /etc/cta-frontend.krb5.keytab"
for ((;;)); do test -e /etc/cta-frontend.krb5.keytab && break; sleep 1; echo -n .; done
echo OK
touch /var/log/cta/cta-frontend.log
chmod a+w /var/log/cta/cta-frontend.log
touch /var/log/cta-frontend-xrootd.log
chmod a+w /var/log/cta-frontend-xrootd.log
echo "Generating core file in /var/log/cta directory so that those are available as artifacts"
echo '/var/log/cta/core_%e.%p' > /proc/sys/kernel/core_pattern
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment