#!/bin/bash app_path='/opt/apps/dagent/autodop-dagent.jar' nohup java -jar ${app_path} > console.log 2>&1 &