Skip to content
Snippets Groups Projects
Commit eaace5a3 authored by Alberto LIVIO BECCARIA's avatar Alberto LIVIO BECCARIA
Browse files

Copies examid file into user's home dir

parent 151cd5f1
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ start() {
chmod 700 "${ESAME_USER}.${TIME}"
cp -a /opt/esame/home/${ESAME_USER} ./
chown -Rh ${ESAME_USER}:esame ${ESAME_USER}
cp /local/examid ${ESAME_USER}
fi
# remove the file to avoid cleaning the homedir on machine reboot
rm /local/mk-homedir >/dev/null 2>&1
......
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