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:
commit
806054eb20
3 changed files with 0 additions and 5 deletions
|
@ -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"]
|
||||||
|
|
|
@ -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"
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue