Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit a6c04dd

Browse files
comments line 37,38,39
1 parent 8ca737d commit a6c04dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deploy.sh

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ deploy_s3bucket() {
3434

3535
}
3636

37-
sudo chmod 666 /etc/mime.types
38-
echo -e "application/font-woff\t\t\t\twoff2" >> /etc/mime.types
39-
echo -e "application/font-sfnt\t\t\t\tttf" >> /etc/mime.types
37+
#sudo chmod 666 /etc/mime.types
38+
#echo -e "application/font-woff\t\t\t\twoff2" >> /etc/mime.types
39+
#echo -e "application/font-sfnt\t\t\t\tttf" >> /etc/mime.types
4040
echo -e "application/json\t\t\t\tmap" >> /etc/mime.types
4141

4242
cat /etc/mime.types | grep -i woff

0 commit comments

Comments
 (0)