Commit 38f89042 authored by ibuler's avatar ibuler

modify single user login bug

parent 67b2467b
#!/bin/bash
if [ $USER == 'admin' ] || [ $USER == 'root' ];then
if [ "$USER" == "admin" ] || [ "$USER" == "root" ] || [ "$USER" == "" ];then
echo ""
else
python /opt/jumpserver/connect.py
......
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