mirror of
https://github.com/jumpserver/jumpserver.git
synced 2025-10-22 00:09:14 +00:00
feat: 修改 receptor 启动参数
This commit is contained in:
@@ -19,6 +19,8 @@ if [[ "$action" == "bash" || "$action" == "sh" ]];then
|
||||
elif [[ "$action" == "sleep" ]];then
|
||||
echo "Sleep 365 days"
|
||||
sleep 365d
|
||||
elif [[ "$service" == "receptor" ]];then
|
||||
python receptor "$action"
|
||||
else
|
||||
python jms "${action}" "${service}"
|
||||
fi
|
||||
python jms "$action" "$service"
|
||||
fi
|
Reference in New Issue
Block a user