From b6cd53c3e82e030422a22872a7889a2359752795 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 22 May 2016 22:56:16 -0700 Subject: [PATCH] root linking not used, remove it --- conflink | 7 ------- 1 file changed, 7 deletions(-) diff --git a/conflink b/conflink index 74ced8d..32459f4 100755 --- a/conflink +++ b/conflink @@ -80,13 +80,6 @@ case $USER in traci) common-file-setup ${c_dirs[@]} ;; - root) - if ! $ROOTCMD getent passwd ian; then - common-file-setup ${all_dirs[@]} - else - echo "$0: error: unexpected user"; exit 1 - fi - ;; *) echo "$0: error: unexpected user"; exit 1 ;; -- 2.30.2