From 4de7a564e3438e4aae7080fde9f1fca04c477f1d Mon Sep 17 00:00:00 2001 From: louiscklaw Date: Fri, 13 Jun 2025 18:26:01 +0800 Subject: [PATCH] fix production environment no zsh, --- 03_source/cms_backend/scripts/20_prod.sh | 2 +- 03_source/mobile/scripts/20_prod.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/03_source/cms_backend/scripts/20_prod.sh b/03_source/cms_backend/scripts/20_prod.sh index 350e89e..1d37848 100755 --- a/03_source/cms_backend/scripts/20_prod.sh +++ b/03_source/cms_backend/scripts/20_prod.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/usr/bin/env bash set -x diff --git a/03_source/mobile/scripts/20_prod.sh b/03_source/mobile/scripts/20_prod.sh index 350e89e..1d37848 100755 --- a/03_source/mobile/scripts/20_prod.sh +++ b/03_source/mobile/scripts/20_prod.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env zsh +#!/usr/bin/env bash set -x