Skip to content
Snippets Groups Projects
Commit 91408662 authored by Andrew Lewman's avatar Andrew Lewman
Browse files

Force the target path, since the user can't install it anywhere else

anyway.


svn:r17020
parent ccede03c
No related branches found
No related tags found
No related merge requests found
......@@ -10,14 +10,9 @@ fi
POLIPOUSER=_polipo
POLIPOGROUP=daemon
TARGET=$2/Library/Polipo
TARGET=/Library/Polipo
LOGDIR=$TARGET/log
# Check defaults for TARGET
if [ "$TARGET" == "//Library/Polipo" ]; then
TARGET=/Library/Polipo
fi
# Create user $POLIPOUSER in group daemon. If it's already there, great.
$ADDSYSUSER $POLIPOUSER "Polipo System user" $POLIPODIR
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment