mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-06-22 04:57:39 +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
|
||||
|
Loading…
Reference in New Issue
Block a user