From e14cb35112c3f80af6b5fcfd7e8f0f855ea58358 Mon Sep 17 00:00:00 2001 From: Yasin Kaya Date: Tue, 26 Jan 2021 08:38:34 +0300 Subject: [PATCH] get ready to production --- ppp_install.sh | 4 ++-- ppp_install_jetson.sh | 4 ++-- ppp_install_standalone.sh | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/ppp_install.sh b/ppp_install.sh index b64d701..c9a2054 100755 --- a/ppp_install.sh +++ b/ppp_install.sh @@ -6,7 +6,7 @@ SIXFAB_PATH="/opt/sixfab" PPP_PATH="/opt/sixfab/ppp_connection_manager" REPO_PATH="https://raw.githubusercontent.com/sixfab/Sixfab_PPP_Installer" -BRANCH=revision +BRANCH=master SOURCE_PATH="./src" SCRIPT_PATH="./src/reconnect_scripts" RECONNECT_SCRIPT_NAME="ppp_reconnect.sh" @@ -37,7 +37,7 @@ POWERKEY_TRACKER=24 function colored_echo { COLOR=${2:-$YELLOW} - echo -e "$COLOR $1 ${SET}" + echo -e "$COLOR$1 ${SET}" } diff --git a/ppp_install_jetson.sh b/ppp_install_jetson.sh index 32170c4..9db430c 100755 --- a/ppp_install_jetson.sh +++ b/ppp_install_jetson.sh @@ -7,7 +7,7 @@ SIXFAB_PATH="/opt/sixfab" PPP_PATH="/opt/sixfab/ppp_connection_manager" REPO_PATH="https://raw.githubusercontent.com/sixfab/Sixfab_PPP_Installer" -BRANCH=revision +BRANCH=master SOURCE_PATH="$REPO_PATH/$BRANCH/src" SCRIPT_PATH="$REPO_PATH/$BRANCH/src/reconnect_scripts" RECONNECT_SCRIPT_NAME="ppp_reconnect.sh" @@ -23,7 +23,7 @@ SET='\033[0m' function colored_echo { COLOR=${2:-$YELLOW} - echo -e "$COLOR $1 ${SET}" + echo -e "$COLOR$1 ${SET}" } diff --git a/ppp_install_standalone.sh b/ppp_install_standalone.sh index 15b51cd..fc25a5d 100755 --- a/ppp_install_standalone.sh +++ b/ppp_install_standalone.sh @@ -6,7 +6,7 @@ SIXFAB_PATH="/opt/sixfab" PPP_PATH="/opt/sixfab/ppp_connection_manager" REPO_PATH="https://raw.githubusercontent.com/sixfab/Sixfab_PPP_Installer" -BRANCH=revision +BRANCH=master SOURCE_PATH="$REPO_PATH/$BRANCH/src" SCRIPT_PATH="$REPO_PATH/$BRANCH/src/reconnect_scripts" RECONNECT_SCRIPT_NAME="ppp_reconnect.sh" @@ -37,7 +37,7 @@ POWERKEY_TRACKER=24 function colored_echo { COLOR=${2:-$YELLOW} - echo -e "$COLOR $1 ${SET}" + echo -e "$COLOR$1 ${SET}" }