#!/bin/bash

SCRIPT_DIR="$( cd "$( dirname $(realpath "${BASH_SOURCE[0]}") )" && pwd )"

# Consider the current owner as the deploy user.
deploy_user=$(stat -c '%U' .)

echo $SCRIPT_DIR/fix-permissions -s -u=$deploy_user -f=../private -f=../private-files
