added group dailout
git-svn-id: file:///home/jan/tmp/wetterstation/trunk@157 dd492736-c11a-0410-ad51-8c26713eaf7f
This commit is contained in:
parent
21d751ad47
commit
8b80903c66
|
|
@ -6,7 +6,8 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then
|
||||||
echo -n "Creating user/group 'weatherstation'" >&2
|
echo -n "Creating user/group 'weatherstation'" >&2
|
||||||
adduser --quiet --system --group --no-create-home \
|
adduser --quiet --system --group --no-create-home \
|
||||||
--disabled-password --disabled-login \
|
--disabled-password --disabled-login \
|
||||||
--shell /bin/false weatherstation
|
--shell /bin/false --ingroup dailout \
|
||||||
|
weatherstation
|
||||||
echo "."
|
echo "."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then
|
||||||
echo -n "Creating user/group 'weatherstation'" >&2
|
echo -n "Creating user/group 'weatherstation'" >&2
|
||||||
adduser --quiet --system --group --no-create-home \
|
adduser --quiet --system --group --no-create-home \
|
||||||
--disabled-password --disabled-login \
|
--disabled-password --disabled-login \
|
||||||
--shell /bin/false weatherstation
|
--shell /bin/false --ingroup dailout
|
||||||
|
weatherstation
|
||||||
echo "."
|
echo "."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,7 @@ if ! getent passwd weatherstation >/dev/null 2>&1; then
|
||||||
echo -n "Creating user/group 'weatherstation'" >&2
|
echo -n "Creating user/group 'weatherstation'" >&2
|
||||||
adduser --quiet --system --group --no-create-home \
|
adduser --quiet --system --group --no-create-home \
|
||||||
--disabled-password --disabled-login \
|
--disabled-password --disabled-login \
|
||||||
--shell /bin/false weatherstation
|
--shell /bin/false --ingroup dailout \
|
||||||
|
weatherstation
|
||||||
echo "."
|
echo "."
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue