1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/rainloop_ynh.git synced 2024-09-03 20:16:18 +02:00

PGPback upgrade

This commit is contained in:
scith 2016-12-18 02:26:17 +01:00
parent c17c585a01
commit 2e2eeb2d63

View file

@ -65,6 +65,9 @@
sudo sed -i "s@domain.tld@$domain@g" $final_path/index.php sudo sed -i "s@domain.tld@$domain@g" $final_path/index.php
sudo sed -i "s@PATHTOCHANGE@$path@g" $final_path/index.php sudo sed -i "s@PATHTOCHANGE@$path@g" $final_path/index.php
# Install PGPback by chtixof to allow users to backup/restore their PGP private keys on the server
sudo cp -rf ../sources/pgpback $final_path/.
# Set permissions to rainloop directory # Set permissions to rainloop directory
sudo find $final_path/. -type d -exec chmod 755 {} \; sudo find $final_path/. -type d -exec chmod 755 {} \;
sudo find $final_path/. -type f -exec chmod 644 {} \; sudo find $final_path/. -type f -exec chmod 644 {} \;