Skip to content

Commit

Permalink
worker和agent支持java17和java8同步运行 #10586
Browse files Browse the repository at this point in the history
  • Loading branch information
tangruotian committed Sep 6, 2024
1 parent 55cf130 commit ce7733f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions support-files/agent-package/script/linux/uninstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ function uninstallRcLocal()
{
echo "uninstall agent service $service_name on rc.local"
doUninstallRcLocal
cd $workspace
chmod +x *.sh
${workspace}/stop.sh
}

function uninstallSystemd()
Expand Down Expand Up @@ -57,6 +54,9 @@ function uninstallAgentService()
else
uninstallRcLocal
fi
cd $workspace
chmod +x *.sh
${workspace}/stop.sh
echo "service $service_name has been uninstalled"
}

Expand Down

0 comments on commit ce7733f

Please sign in to comment.