Use bash for deploy script.

This commit is contained in:
Justin Alpine Hsu 2023-03-11 14:14:34 -05:00
parent 8bebb7682f
commit b2a2fdef17
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/opt/local/bin/zsh
#!/usr/bin/bash
find . -type d -exec chmod a+rx {} \;
find . -type f -exec chmod a+r {} \;