use bash to run script

This commit is contained in:
ms_yan 2021-04-25 17:20:09 +08:00
parent 87430255c4
commit e830c209d6
4 changed files with 4 additions and 4 deletions

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 4 ] && [ $# != 5 ] && [ $# != 6 ]
then

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
then

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 3 ] && [ $# != 4 ] && [ $# != 5 ]
then

View File

@ -14,7 +14,7 @@
# limitations under the License.
# ============================================================================
. cache_util.sh
bash cache_util.sh
if [ $# != 3 ] && [ $# != 4 ]
then