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

Removing useless cp as we are using the official location...

parent f6f8db8e
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@ echo ${DATABASEURL} >/etc/cta/cta-catalogue.conf
####
# configuring taped
# configuring taped using the official location for SSS: /etc/cta/cta-taped.sss.keytab
CTATAPEDSSS="cta-taped.sss.keytab"
# key generated with 'echo y | xrdsssadmin -k taped+ -u stage -g tape add /tmp/taped.keytab'
......@@ -48,8 +48,6 @@ CTATAPEDSSS="cta-taped.sss.keytab"
echo -n '0 u:daemon g:daemon n:ctaeos+ N:6361884315374059521 c:1481241620 e:0 f:0 k:1a08f769e9c8e0c4c5a7e673247c8561cd23a0e7d8eee75e4a543f2d2dd3fd22' > /etc/cta/${CTATAPEDSSS}
chmod 600 /etc/cta/${CTATAPEDSSS}
chown cta /etc/cta/${CTATAPEDSSS}
# Official location of the SSS key for taped
cp -a /etc/cta/${CTATAPEDSSS} /etc/cta/cta-taped.sss.keytab
cat <<EOF > /etc/sysconfig/cta-taped
export CTA_TAPED_OPTIONS="--foreground -l /var/log/cta/cta-taped.log"
......
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