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