1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/paheko_ynh.git synced 2024-09-03 19:56:22 +02:00

Update install

perhaps not needed
This commit is contained in:
Robles Rodolphe 2023-07-27 18:35:09 +02:00 committed by GitHub
parent 99f24a2a3f
commit 0351be419a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,6 @@ ynh_add_config --template="config.local.yunohost.php" --destination="$install_di
ynh_add_config --template="config.local.user.php" --destination="$install_dir/config.local.user.php" ynh_add_config --template="config.local.user.php" --destination="$install_dir/config.local.user.php"
# Permissions on files and directories # Permissions on files and directories
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir" chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
find "$install_dir" -type d -exec chmod 550 {} + find "$install_dir" -type d -exec chmod 550 {} +