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:
parent
a97a1dc2b9
commit
62f946ec94
2 changed files with 4 additions and 1 deletions
|
@ -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"]
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue