Your IP : 216.73.216.48


Current Path : /usr/adm/scripts/
Upload File :
Current File : //usr/adm/scripts/popa3d-1.0.3-x86_64-1

#!/bin/sh
# If the pop user/group don't exist, add them:
if ! grep -q "^pop:" etc/passwd ; then
  echo "pop:x:90:90:POP:/:" >> /etc/passwd
fi
if ! grep -q "^pop:" etc/group ; then
  echo "pop::90:pop" >> etc/group
fi