pull/2/head 0.1.1
ibuler 2014-12-07 21:09:03 +08:00
commit aba3a2222d
1 changed files with 2 additions and 2 deletions

View File

@ -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