Skip to content
Snippets Groups Projects
Commit c0f6503c authored by OSAK Buildhauer's avatar OSAK Buildhauer
Browse files

Doku location now in /target/home/*/

parent 02a994a5
No related branches found
No related tags found
No related merge requests found
...@@ -47,8 +47,12 @@ if [ $? -ne 0 ]; then ...@@ -47,8 +47,12 @@ if [ $? -ne 0 ]; then
fi fi
popd popd
USER_HOME=$(getent passwd "${SUDO_USER:-$USER}" | cut -d ':' -f6) #USER_HOME=$(getent passwd "${SUDO_USER:-$USER}" | cut -d ':' -f6)
cp "${WORKING_DIR}/DOCUMENTATION.gen.pdf" "${USER_HOME}/Deine-LIP-Dokumentation.pdf" #cp "${WORKING_DIR}/DOCUMENTATION.gen.pdf" "${USER_HOME}/Deine-LIP-Dokumentation.pdf"
# jetzt wird hoffentlich an alle relevanten Stellen kopiert
for i in /home/*/; do
cp "${WORKING_DIR}/DOCUMENTATION.gen.pdf" "$i""/Deine-LIP-Dokumentation.pdf"
done
RC=$? RC=$?
exit $RC exit $RC
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment