1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/chitchatter_ynh.git synced 2024-09-03 18:15:59 +02:00
This commit is contained in:
Éric Gaspar 2023-04-03 14:26:26 +02:00
parent 34882b52a3
commit 3942210cbc
2 changed files with 1 additions and 2 deletions

View file

@ -16,7 +16,7 @@ demo = "https://chitchatter.im/"
code = "https://github.com/jeremyckahn/chitchatter" code = "https://github.com/jeremyckahn/chitchatter"
[integration] [integration]
yunohost = ">= 11.1.15" yunohost = ">= 11.1.16"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false

View file

@ -17,7 +17,6 @@ ynh_script_progression --message="Restoring the app main directory..." --weight=
ynh_restore_file --origin_path="$install_dir" ynh_restore_file --origin_path="$install_dir"
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"