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