1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Merge branch 'master' into testing

This commit is contained in:
eric_G 2024-09-10 12:32:18 +02:00 committed by GitHub
commit 806054eb20
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 5 deletions

View file

@ -6,7 +6,6 @@ id = "wallabag2"
name = "Wallabag" name = "Wallabag"
description.en = "Save and classify articles. Read them later" description.en = "Save and classify articles. Read them later"
description.fr = "Enregistrez et classez les articles. Lisez-les plus tard" description.fr = "Enregistrez et classez les articles. Lisez-les plus tard"
version = "2.5.4~ynh6" version = "2.5.4~ynh6"
maintainers = ["lapineige"] maintainers = ["lapineige"]

View file

@ -28,8 +28,6 @@ mkdir -p "$install_dir/var/logs/"
touch "$install_dir/var/logs/prod.log" touch "$install_dir/var/logs/prod.log"
# Set permissions to app files # Set permissions to app files
chown -R "$app:www-data" "$install_dir"
# Restrict rights to Wallabag user only # Restrict rights to Wallabag user only
if [ -e "$install_dir/var/cache/prod/appProdProjectContainer.php" ]; then if [ -e "$install_dir/var/cache/prod/appProdProjectContainer.php" ]; then
chmod 700 "$install_dir/var/cache/prod/appProdProjectContainer.php" chmod 700 "$install_dir/var/cache/prod/appProdProjectContainer.php"

View file

@ -19,8 +19,6 @@ mkdir -p "$install_dir/var/logs/"
touch "$install_dir/var/logs/prod.log" touch "$install_dir/var/logs/prod.log"
# Set permissions to app files # Set permissions to app files
chown -R "$app:www-data" "$install_dir"
# Restrict rights to Wallabag user only # Restrict rights to Wallabag user only
if [ -e "$install_dir/var/cache/prod/appProdProjectContainer.php" ]; then if [ -e "$install_dir/var/cache/prod/appProdProjectContainer.php" ]; then
chmod 700 "$install_dir/var/cache/prod/appProdProjectContainer.php" chmod 700 "$install_dir/var/cache/prod/appProdProjectContainer.php"