iankelling.org
/
git
/
distro-setup
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7af4169
)
root linking not used, remove it
author
Ian Kelling
<ian@iankelling.org>
Mon, 23 May 2016 05:56:16 +0000
(22:56 -0700)
committer
Ian Kelling
<ian@iankelling.org>
Mon, 23 May 2016 05:56:16 +0000
(22:56 -0700)
conflink
patch
|
blob
|
history
diff --git
a/conflink
b/conflink
index 74ced8d47622fa9b000a465eac0138162fa69c5c..32459f4f2853f866d2723b3b949022f55400c9c0 100755
(executable)
--- 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
;;