Commit aba3a222 authored by ibuler's avatar ibuler

Merge branch 'master' of https://github.com/xxrenzhe/jumpserver

parents 333e2a20 a49b944e
#!/bin/bash
if [ $USER = 'admin' ] || [ $USER == 'root' ];then
if [ $USER == 'admin' ] || [ $USER == 'root' ];then
echo ""
else
python /opt/jumpserver/jumpserver.py
......@@ -10,4 +10,4 @@ else
exit 3
echo
fi
fi
\ No newline at end of file
fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment