User agent setup not needed for users during backup

This commit is contained in:
Bob Mottram 2018-02-17 15:00:00 +00:00
parent e0832a2d4f
commit b8327a4461
2 changed files with 0 additions and 4 deletions

View File

@ -113,8 +113,6 @@ function backup_users {
for d in /home/*/ ; do
USERNAME=$(echo "$d" | awk -F '/' '{print $3}')
if [[ $(is_valid_user "$USERNAME") == "1" ]]; then
gpg_agent_setup $USERNAME
# Backup any gpg keys
if [ -d /home/$USERNAME/.gnupg ]; then
echo $"Backing up gpg keys for $USERNAME"

View File

@ -157,8 +157,6 @@ function backup_users {
for d in /home/*/ ; do
USERNAME=$(echo "$d" | awk -F '/' '{print $3}')
if [[ $(is_valid_user "$USERNAME") == "1" ]]; then
gpg_agent_setup $USERNAME
# personal settings
if [ -d /home/$USERNAME/personal ]; then
echo $"Backing up personal settings for $USERNAME"