From daa73c8845fba5b7c0634c89028954ee2da6991e Mon Sep 17 00:00:00 2001 From: James Conroy Date: Tue, 8 Feb 2022 20:42:45 -0600 Subject: [PATCH] Removed MYNAME variable Preferring to just use the value of $0 instead --- salt/common/tools/sbin/so-status | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/so-status b/salt/common/tools/sbin/so-status index 15f4fd0ae..428631b51 100755 --- a/salt/common/tools/sbin/so-status +++ b/salt/common/tools/sbin/so-status @@ -15,7 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -MYNAME="${0##*/}" display_help() { cat <