summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/workstation-duplicity2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/workstation-duplicity b/bin/workstation-duplicity
index 55c4c847..14bb22fc 100755
--- a/bin/workstation-duplicity
+++ b/bin/workstation-duplicity
@@ -5,7 +5,7 @@ set -e
. $HOME/.shenv
FLAG_FILE="$HOME/local/duplicity-flag-file"
-DUPLY_PROFILE="$(hostname -s)-$USER-home"
+DUPLY_PROFILE="$(hostname -s)-$(whoami)-home"
# ensure only one copy of this script is ever running at once
[ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -en "$0" "$0" "$@" ||: