mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
development/icecream: Update UID/GID.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ea1681175b
commit
cbf8250964
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM=icecream
|
||||
SRCNAM=icecc
|
||||
VERSION=1.0.1
|
||||
VERSION=${VERSION:-1.0.1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -43,12 +43,12 @@ OUTPUT=${OUTPUT:-/tmp}
|
|||
|
||||
if ! grep ^icecream: /etc/group 2>&1 > /dev/null; then
|
||||
echo " Must have a icecream group to run this script."
|
||||
echo " # groupadd -g 282 icecream"
|
||||
echo " # groupadd -g 283 icecream"
|
||||
echo " Or something similar."
|
||||
exit 1
|
||||
elif ! grep ^icecream: /etc/passwd 2>&1 > /dev/null; then
|
||||
echo " Must have a icecream user to run this script."
|
||||
echo " # useradd -u 282 -g icecream -d /var/cache/icecream icecream"
|
||||
echo " # useradd -u 283 -g icecream -d /var/cache/icecream icecream"
|
||||
echo " Or something similar."
|
||||
exit 1
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue