Ignore permission changes and skip compile if not needed
This commit is contained in:
parent
e2b309adef
commit
540daa3a49
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
echo "➜ Ignore Permission Changes"
|
||||||
|
git config core.fileMode false
|
||||||
|
|
||||||
echo "➜ Set Correct Permissions"
|
echo "➜ Set Correct Permissions"
|
||||||
chmod -R 777 storage
|
chmod -R 777 storage
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue