From f0608fb22e975ca2ffd5d096436c0b0abde43d55 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Sun, 3 Aug 2014 21:59:56 +0100 Subject: [PATCH] The stable branch should not see the unstable warning messagunstable e --- bootstrap-salt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 7bf85c5..3bb2fa3 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -436,7 +436,7 @@ if [ "${CALLER}x" = "${0}x" ]; then fi echoinfo "${CALLER} ${0} -- Version ${__ScriptVersion}" -echowarn "Running the unstable version of ${__ScriptName}" +#echowarn "Running the unstable version of ${__ScriptName}" #--- FUNCTION ------------------------------------------------------------------------------------------------------- # NAME: __exit_cleanup