1
0
Fork 0
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:
Limezy 2023-01-26 00:41:23 +07:00
parent 55a020b2fb
commit 2a7698f0bc

View file

@ -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"