From 4dbc4294a0bc9b963bc79e4d5da08a26788f8adc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 9 Jul 2013 17:40:51 -0300 Subject: Overwrite Private.mnt on ecryptfs-home --- share/hydractl/ecryptfs-home | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydractl/ecryptfs-home b/share/hydractl/ecryptfs-home index eb1db24..4f5de7b 100755 --- a/share/hydractl/ecryptfs-home +++ b/share/hydractl/ecryptfs-home @@ -81,7 +81,7 @@ rm -rf /mnt/crypt/home/$USER $sudo mkdir -p /mnt/crypt/home $sudo mv /home/$USER /mnt/crypt/home/$USER $sudo ln -s /mnt/crypt/home/$USER /home/$USER -echo "/mnt/crypt/home/$USER" | $sudo tee -a /home/.ecryptfs/$USER/.ecryptfs/Private.mnt +echo "/mnt/crypt/home/$USER" | $sudo tee /home/.ecryptfs/$USER/.ecryptfs/Private.mnt # Unwrap the passphrase once so the user can save it echo "Please save the unwrapped passphrase in a safe place:" -- cgit v1.2.3