aquaballoon

encrypt.sh

Sep 24th, 2011
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. #! /bin/bash  
  2.  
  3. read USERNAME
  4.  
  5. apt-get install ecryptfs-utils
  6.  
  7. ecryptfs-migrate-home -u $USERNAME
Advertisement
Add Comment
Please, Sign In to add comment