Skip to content

Commit

Permalink
Update uninstall.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlanabrennan authored Aug 30, 2024
1 parent b817dd6 commit 5bb1ae4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cloud-tooling/azure-site-extension/Content/uninstall.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ IF EXIST %NEW_RELIC_FOLDER% (
echo Uninstalling newrelic...
cd "%HOME%\site\wwwroot"
call npm uninstall newrelic --save
rmdir /s /q %HOME%\site\wwwroot\node_modules\@newrelic
IF %ERRORLEVEL% NEQ 0 (
echo Failed to uninstall newrelic
exit /b 1
Expand Down

0 comments on commit 5bb1ae4

Please sign in to comment.