mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
[fix] Chmod on backup/tmp
This commit is contained in:
parent
5850d81662
commit
a73600b547
1 changed files with 2 additions and 0 deletions
|
@ -70,6 +70,8 @@ sudo cp -a ./sources "$final_path"
|
|||
|
||||
# Set permissions
|
||||
sudo chown -R $app: "$final_path"
|
||||
sudo chmod -R a+rx /home/yunohost.backup/tmp
|
||||
|
||||
|
||||
# Set UTF8 encoding by default
|
||||
sudo su -c "psql" postgres <<< \
|
||||
|
|
Loading…
Reference in a new issue