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
Branches
No related tags found
No related merge requests found
...@@ -233,7 +233,8 @@ function deploy(){ ...@@ -233,7 +233,8 @@ function deploy(){
echo $skipmessage echo $skipmessage
else else
if [ ! -z "${appowner}" ]; then if [ ! -z "${appowner}" ]; then
sudo chown -R $appowner * .* || exit 5 # . is ${installdir}
sudo chown -R $appowner . || exit 5
ls -la ls -la
else else
echo "SKIP: variable appowner was not set" 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