#!/bin/sh
echo "Giving the user ownership to /opt/meecolay and subdirectories..."
chown -R user /opt/meecolay
