mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-22 13:07:26 +00:00
Adjust a equal judgement
This commit is contained in:
parent
2a2eb61658
commit
a49b944e29
@ -1,6 +1,6 @@
|
||||
#!/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
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user