From 0f09f7c4cc7097b5ff9d9d6671f67a22ae8eeba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Thu, 29 Feb 2024 17:15:31 +0100 Subject: [PATCH] fix _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6efbd38..8b0530d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,7 @@ nodejs_version=12 bool_to_str() { bool_str=(false true) - return "${bool_str[$1]}" + echo "${bool_str[$1]}" } dato_setup_config_files() {