Merge pull request #289 from Security-Onion-Solutions/feature/so-status

feature/so-status
This commit is contained in:
Josh Brower
2020-01-31 14:02:15 -05:00
committed by GitHub

View File

@@ -15,6 +15,8 @@
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>. # along with this program. If not, see <http://www.gnu.org/licenses/>.
# {% raw %}
if ! [ $(id -u)=0 ]; then if ! [ $(id -u)=0 ]; then
echo "This command must be run as root" echo "This command must be run as root"
exit 1 exit 1
@@ -135,3 +137,5 @@ main() {
} }
main main
# {% endraw %}