[Bug 394755] Re: motion failed to install/upgrade : chown: invalid group: `motion:motion'
Martin Pitt
martin.pitt at ubuntu.com
Mon Nov 30 11:31:33 UTC 2009
- if ! id -g motion >/dev/null 2>&1; then
+ if [ ! "$(getent group motion)" ]; then
The original command doesn't work of course, but the second looks
broken, too: Why do you use $() for grabbing the command output? I think
you mean
if ! getent group motion >/dev/null; then
?
--
motion failed to install/upgrade : chown: invalid group: `motion:motion'
https://bugs.launchpad.net/bugs/394755
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list