10 lines
168 B
Text
10 lines
168 B
Text
|
high_scores_file="var/games/xgalaga++/scores"
|
||
|
|
||
|
case "${ACTION}" in
|
||
|
post)
|
||
|
touch $high_scores_file
|
||
|
chmod 0664 $high_scores_file
|
||
|
chgrp users $high_scores_file
|
||
|
;;
|
||
|
esac
|