Commit 548ca46f authored by Wayne Davison's avatar Wayne Davison

Use the --super option for the non-fake test, just in case a system

can chown without appearing to be root (uid 0).
parent e8c64ffd
......@@ -36,6 +36,7 @@ case $0 in
esac
;;
*)
RSYNC="$RSYNC --super"
case `id -u` in
'') ;; # If "id" failed, try to continue...
0) ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment