1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/h5ai_ynh.git synced 2024-09-03 20:36:25 +02:00
This commit is contained in:
Éric Gaspar 2023-03-02 10:22:29 +01:00
parent b09285e08e
commit bbdb755140
3 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,7 @@ admindoc = "https://larsjung.de/h5ai/"
code = "https://github.com/lrsjng/h5ai"
[integration]
yunohost = ">= 11.1.11"
yunohost = ">= 11.1.12"
architectures = "all"
multi_instance = true
ldap = false

View file

@ -33,7 +33,6 @@ ynh_script_progression --message="Setting up source files..." --weight=4
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$install_dir"
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"

View file

@ -65,7 +65,6 @@ then
ynh_setup_source --dest_dir="$install_dir"
fi
chmod 750 "$install_dir"
chmod -R o-rwx "$install_dir"
chown -R $app:www-data "$install_dir"