Use bash instead of sh in compress.sh

This commit is contained in:
BBaoVanC 2021-06-12 20:33:37 -05:00
parent 2240b34564
commit 19793068b3
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh
#!/bin/bash
files=$(find public/ -name "*.html" -o -name "*.xml" -o -name "*.css" -o -name "*.js")