1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-02 21:24:25 +00:00
Files
wrestlingdev.com/bin/fix-permissions.sh

7 lines
165 B
Bash
Executable File

#!/bin/bash
project_dir="$(git rev-parse --show-toplevel)"
USERNAME=$USER
sudo chown -R ${USERNAME}:${USERNAME} ${project_dir}/.
sudo chmod -R 774 ${project_dir}/.