#!/bin/sh
chmod +x /usr/bin/handy-gui.sh
if [ -d /home/user/.config/handy-gui ]
then 
	chown -R user:users /home/user/.config/handy-gui
fi
