Skip to content
Snippets Groups Projects
Commit 0d555116 authored by Bussi Andrea's avatar Bussi Andrea
Browse files

Fix: create ESAME_DIR (currently /opt/esame).

That's where we run rsync for what's needed for the esame profiles.
parent d62413e4
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,7 @@ echo
# Create all 'esame' users, with homes under '/local'
mkdir -p /local
mkdir -p ${ESAME_DIR}
#useradd -b /local -m -u 968 -U -g 968 -r esamesync
myuseradd esamesync 968 968
......
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