diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xrot/pkg-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xrot/pkg-install b/games/xrot/pkg-install index fd24c39..97b40ce 100644 --- a/games/xrot/pkg-install +++ b/games/xrot/pkg-install @@ -5,5 +5,5 @@ FILE="/var/games/xrot.scores" echo "===> Creating initial high score file $FILE" touch $FILE -chown root.games $FILE +chown root:games $FILE chmod 664 $FILE |