You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 28, 2026. It is now read-only.
# shellcheck disable=SC2034 # global var used in log.sh
35
35
declare -A TEGONAL_SCRIPTS_SUPPRESSED_DEPRECATION=()
36
-
37
-
#TODO 5.0.0 rename file to setup_tegonal_scripts.sh -- this way consumers will not run into shellcheck issues when they name a file setup_tegonal_scripts.sh as well
36
+
# shellcheck disable=SC2034 # global var used in log.sh
37
+
declare TEGONAL_SCRIPTS_ERROR_ON_DEPRECATION=true
38
38
39
39
if(($#!=1));then
40
40
printf>&2"\033[0;31mERROR\033[0m: You need to pass the path to the tegonal scripts directory as first argument. Following an example\n"
0 commit comments