From ee43370dfd8a0a0cb4cc25171f02a5c698a320f4 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Wed, 27 Dec 2023 16:41:29 +0300 Subject: [PATCH] Update JFrog extension installation message --- jfrog-oauth/run.sh | 3 +-- jfrog-token/run.sh | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/jfrog-oauth/run.sh b/jfrog-oauth/run.sh index f6fb36c..9840e50 100644 --- a/jfrog-oauth/run.sh +++ b/jfrog-oauth/run.sh @@ -57,7 +57,6 @@ fi echo "🥳 Configuration complete!" # Install the JFrog vscode extension for code-server. -Check if CONFIGURE_CODE_SERVER is set to true if [ "${CONFIGURE_CODE_SERVER}" == "true" ]; then if command -v code-server > /dev/null 2>&1; then echo "📦 Installing JFrog extension..." @@ -71,5 +70,5 @@ if [ "${CONFIGURE_CODE_SERVER}" == "true" ]; then echo "🤔 code-server is not installed, skipping JFrog extension installation." fi else - echo "🤔 CONFIGURE_CODE_SERVER is not set to true, skipping JFrog extension installation." + echo "🤔 Skipping JFrog extension installation. Set configure_code_server to true to install the JFrog extension." fi diff --git a/jfrog-token/run.sh b/jfrog-token/run.sh index f6fb36c..9840e50 100644 --- a/jfrog-token/run.sh +++ b/jfrog-token/run.sh @@ -57,7 +57,6 @@ fi echo "🥳 Configuration complete!" # Install the JFrog vscode extension for code-server. -Check if CONFIGURE_CODE_SERVER is set to true if [ "${CONFIGURE_CODE_SERVER}" == "true" ]; then if command -v code-server > /dev/null 2>&1; then echo "📦 Installing JFrog extension..." @@ -71,5 +70,5 @@ if [ "${CONFIGURE_CODE_SERVER}" == "true" ]; then echo "🤔 code-server is not installed, skipping JFrog extension installation." fi else - echo "🤔 CONFIGURE_CODE_SERVER is not set to true, skipping JFrog extension installation." + echo "🤔 Skipping JFrog extension installation. Set configure_code_server to true to install the JFrog extension." fi