7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
|
case "${ACTION}" in
|
||
|
post)
|
||
|
chgrp users var/games/typespeed.score
|
||
|
chmod 0664 var/games/typespeed.score
|
||
|
;;
|
||
|
esac
|