https://bugs.koozali.org/show_bug.cgi?id=8056
--- Comment #13 from Jean-Philippe Pialasse <[email protected]> ---
please read
TEST=`egrep "^apache:" /etc/group -n| cut -f1 -d:`
TEST2=`egrep "^www:" /etc/group -n| cut -f1 -d:`
if [[ $TEST > $TEST2 ]]; then
WWW=$(sed -n '/^www/p' /etc/group)
sed -i '/^www/d' /etc/group
echo $WWW >> /etc/group
fi
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/