From 2e2eeb2d632f22da54c6edbd7d223522eb551805 Mon Sep 17 00:00:00 2001 From: scith Date: Sun, 18 Dec 2016 02:26:17 +0100 Subject: [PATCH] PGPback upgrade --- scripts/upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/upgrade b/scripts/upgrade index 0a142d7..790f869 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -65,6 +65,9 @@ sudo sed -i "s@domain.tld@$domain@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 sudo find $final_path/. -type d -exec chmod 755 {} \; sudo find $final_path/. -type f -exec chmod 644 {} \;