Skip to content
Snippets Groups Projects
Commit 7e1174cb authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

chown includes dot files

parent ceec1a30
Branches
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@
#
# ----------------------------------------------------------------------
# 2021-04-19 v0.1 <axel.hahn@iml.unibe.ch> initial version
# 2021-05-09 v0.2 <axel.hahn@iml.unibe.ch> chown includes dot files
# ======================================================================
......@@ -198,8 +199,8 @@ run_task "${profiledir}/tasks_config.sh"
# ----------------------------------------------------------------------
header "Set file owner [${appowner}]"
if [ ! -z "${appowner}" ]; then
sudo chown -R $appowner * || exit 5
ls -l
sudo chown -R $appowner * .* || exit 5
ls -la
else
echo "SKIP: variable appowner was not set"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment