mirror of
https://github.com/YunoHost-Apps/icecoder_ynh.git
synced 2024-09-03 19:26:10 +02:00
Update install
This commit is contained in:
parent
f9dcf6fb2c
commit
b5fc89eaff
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ test ! -e "$final_path" || ynh_die --message="This path already contains a folde
|
||||||
if [[ $path_url =~ my_webapp ]]
|
if [[ $path_url =~ my_webapp ]]
|
||||||
then
|
then
|
||||||
#chown -R my_webapp $final_path
|
#chown -R my_webapp $final_path
|
||||||
|
echo "pass"
|
||||||
else
|
else
|
||||||
chown -R www-data.www-data $final_path
|
chown -R www-data.www-data $final_path
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue