From 52ca718a4b71efdaafed7293718c47d44ce86eae Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Fri, 2 Mar 2018 22:32:35 +0000 Subject: [PATCH] Quotes --- src/freedombone-backup-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-backup-remote b/src/freedombone-backup-remote index 213cafb8..948c40bf 100755 --- a/src/freedombone-backup-remote +++ b/src/freedombone-backup-remote @@ -59,7 +59,7 @@ SERVER_DIRECTORY=/root/remotebackup GO_VERSION=$(grep 'GO_VERSION=' "/usr/share/${PROJECT_NAME}/utils/${PROJECT_NAME}-utils-go" | head -n 1 | awk -F '=' '{print $2}') ADMIN_USERNAME=$(get_completion_param "Admin user") -ADMIN_NAME=$(getent passwd $ADMIN_USERNAME | cut -d: -f5 | cut -d, -f1) +ADMIN_NAME=$(getent passwd "$ADMIN_USERNAME" | cut -d: -f5 | cut -d, -f1) ADMIN_EMAIL_ADDRESS=${ADMIN_USERNAME}@${HOSTNAME} if [ ! -f /etc/ssl/private/backup.key ]; then echo $"Creating backup key"