1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_discord_ynh.git synced 2024-09-03 19:36:35 +02:00

Fix permissions + version

This commit is contained in:
oufmilo 2024-02-09 21:03:08 +01:00
parent a97a1dc2b9
commit 62f946ec94
2 changed files with 4 additions and 1 deletions

View file

@ -7,7 +7,7 @@ name = "Matrix-Discord bridge"
description.en = "Matrix / Synapse puppeting bridge for Discord" description.en = "Matrix / Synapse puppeting bridge for Discord"
description.fr = "Passerelle Matrix / Synapse pour Discord" description.fr = "Passerelle Matrix / Synapse pour Discord"
version = "0.6.4~ynh1" version = "0.6.5~ynh1"
maintainers = ["fflorent"] maintainers = ["fflorent"]

View file

@ -26,6 +26,9 @@ ynh_restore_file --origin_path="$install_dir"
chown -R $app:www-data "$install_dir" chown -R $app:www-data "$install_dir"
chmod 750 "$install_dir/$APP_BIN" chmod 750 "$install_dir/$APP_BIN"
chmod 750 "$install_dir"
chmod -R 750 "$install_dir"
chown -R $app:$app "$install_dir"
#================================================= #=================================================
# RESTORE THE POSTGRESQL DATABASE # RESTORE THE POSTGRESQL DATABASE