summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshare/hydractl/ecryptfs-home2
1 files changed, 1 insertions, 1 deletions
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:"