Skip to content
Snippets Groups Projects
Commit 11a2d4fe authored by Nikolai Hartmann's avatar Nikolai Hartmann
Browse files

add temporary chown root to update_xcache-proxy

parent 9156c7a4
No related branches found
No related tags found
No related merge requests found
......@@ -22,10 +22,10 @@ if [ $? -ne 0 ]; then
fi
touch /tmp/x509up_u"$(id -u xcache)"
chown root:root /tmp/x509up_u"$(id -u xcache)"
cat /tmp/x509up_u"$(id -u)" >/tmp/x509up_u"$(id -u xcache)"
chown xcache:xcache /tmp/x509up_u"$(id -u xcache)"
chmod go= /tmp/x509up_u"$(id -u xcache)"
cat /tmp/x509up_u"$(id -u)" >/tmp/x509up_u"$(id -u xcache)"
......
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