Ignore permission changes and skip compile if not needed

This commit is contained in:
Alex Tselegidis 2023-09-05 23:07:56 +03:00
parent e2b309adef
commit 540daa3a49
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/bash
echo "➜ Ignore Permission Changes"
git config core.fileMode false
echo "➜ Set Correct Permissions"
chmod -R 777 storage