From 874152026359fdf23268d74164d90c415f8e5613 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 28 Sep 2020 17:31:05 -0400 Subject: [PATCH] change so salt module to /usr/sbin/so-status --- salt/_modules/so.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/_modules/so.py b/salt/_modules/so.py index b581468c8..50c29902f 100644 --- a/salt/_modules/so.py +++ b/salt/_modules/so.py @@ -1,4 +1,4 @@ #!py def status(): - return __salt__['cmd.run']('/sbin/so-status') \ No newline at end of file + return __salt__['cmd.run']('/usr/sbin/so-status') \ No newline at end of file