mirror of
https://github.com/YunoHost-Apps/moncycle_ynh.git
synced 2024-09-03 19:46:16 +02:00
Don't know why this was removed
This commit is contained in:
parent
55a020b2fb
commit
2a7698f0bc
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ then
|
||||||
ynh_setup_source --dest_dir="$final_path" --keep="config.php"
|
ynh_setup_source --dest_dir="$final_path" --keep="config.php"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Void and recreate final_path
|
||||||
|
ynh_secure_remove --file="$final_path"
|
||||||
|
ynh_exec_warn_less mkdir "$final_path"
|
||||||
|
|
||||||
chmod 750 "$final_path"
|
chmod 750 "$final_path"
|
||||||
chmod -R o-rwx "$final_path"
|
chmod -R o-rwx "$final_path"
|
||||||
chown -R $app:www-data "$final_path"
|
chown -R $app:www-data "$final_path"
|
||||||
|
|
Loading…
Add table
Reference in a new issue