Commit a49b944e authored by xxrenzhe's avatar xxrenzhe

Adjust a equal judgement

parent 2a2eb616
#!/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