diff --git a/salt/common/tools/sbin/so-status b/salt/common/tools/sbin/so-status index cf068c86b..61db01ada 100755 --- a/salt/common/tools/sbin/so-status +++ b/salt/common/tools/sbin/so-status @@ -15,10 +15,6 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . -if ! [ "$(id -u)" = 0 ]; then - echo "This command must be run as root" - exit 1 -fi display_help() { cat <