[fix] Chmod on backup/tmp

This commit is contained in:
nemsia 2017-04-26 10:40:39 +02:00 committed by GitHub
parent 5850d81662
commit a73600b547

View file

@ -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 <<< \