mirror of
https://github.com/YunoHost-Apps/librex_ynh.git
synced 2024-09-03 19:36:20 +02:00
fix rights
This commit is contained in:
parent
a2638b3091
commit
2334425ea5
2 changed files with 3 additions and 3 deletions
|
@ -5,7 +5,7 @@ name = "LibreX"
|
||||||
description.en = "Meta search engine for Google and popular torrent sites"
|
description.en = "Meta search engine for Google and popular torrent sites"
|
||||||
description.fr = "Méta moteur de recherche pour Google et les sites torrent populaires"
|
description.fr = "Méta moteur de recherche pour Google et les sites torrent populaires"
|
||||||
|
|
||||||
version = "2023.05.31~ynh2"
|
version = "2023.05.31~ynh3"
|
||||||
|
|
||||||
maintainers = ["eric_G"]
|
maintainers = ["eric_G"]
|
||||||
|
|
||||||
|
@ -49,4 +49,4 @@ ram.runtime = "50M"
|
||||||
main.url = "/"
|
main.url = "/"
|
||||||
|
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "php7.4-dom php7.4-curl"
|
packages = "php8.2-dom php8.2-curl"
|
||||||
|
|
|
@ -49,7 +49,7 @@ ynh_add_config --template="../conf/opensearch.xml.example" --destination="$insta
|
||||||
|
|
||||||
chmod 400 "$install_dir/config.php"
|
chmod 400 "$install_dir/config.php"
|
||||||
chown $app:$app "$install_dir/config.php"
|
chown $app:$app "$install_dir/config.php"
|
||||||
chmod 400 "$install_dir/opensearch.xml"
|
chmod 650 "$install_dir/opensearch.xml"
|
||||||
chown $app:$app "$install_dir/opensearch.xml"
|
chown $app:$app "$install_dir/opensearch.xml"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Reference in a new issue