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

FIX setting app owner on installdir

parent c781ef43
No related branches found
No related tags found
No related merge requests found
......@@ -233,7 +233,8 @@ function deploy(){
echo $skipmessage
else
if [ ! -z "${appowner}" ]; then
sudo chown -R $appowner * .* || exit 5
# . is ${installdir}
sudo chown -R $appowner . || exit 5
ls -la
else
echo "SKIP: variable appowner was not set"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment