mirror of
https://github.com/YunoHost-Apps/FastAPI_ynh.git
synced 2024-09-03 18:36:00 +02:00
y'a pas d'install dir dans notre cas
This commit is contained in:
parent
e389cffdfe
commit
e6ff657d24
1 changed files with 0 additions and 4 deletions
|
@ -69,10 +69,6 @@ myynh_fix_file_permissions() {
|
|||
(
|
||||
set -x
|
||||
|
||||
# /var/www/$app/
|
||||
chown -c -R "$app:www-data" "$install_dir"
|
||||
chmod -c o-rwx "$install_dir"
|
||||
|
||||
# /home/yunohost.app/$app/
|
||||
chown -c -R "$app:" "$data_dir"
|
||||
chmod -c o-rwx "$data_dir"
|
||||
|
|
Loading…
Reference in a new issue