1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-05-02 04:12:18 +00:00

Moved files out of the root of the project to bin and deploy where they belong

This commit is contained in:
2018-01-09 07:58:37 -05:00
parent d88000f06a
commit a36a083826
17 changed files with 55 additions and 53 deletions

6
bin/fix-permissions.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
project_dir="$(dirname $( dirname $(readlink -f ${BASH_SOURCE[0]})))"
USERNAME=$USER
sudo chown -R ${USERNAME}:${USERNAME} ${project_dir}/.
sudo chmod -R 774 ${project_dir}/.