#!/bin/sh

uafile=/home/user/.mozilla/microb/user.js

if [ -e $uafile ]; then 
	chown user:users $uafile
fi
