Skip to content

Commit

Permalink
add msg (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiranAvidov authored Aug 23, 2023
1 parent 7174ad7 commit eff666b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions resources-linux/otel/delete_service.bash
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,5 @@ systemctl reset-failed "LOGZIO_OTEL_COLLECTOR_SERVICE_NAME" 2>/dev/null
rm "/etc/systemd/system/LOGZIO_OTEL_COLLECTOR_SERVICE_NAME.service" 2>/dev/null
rm "/usr/lib/systemd/system/LOGZIO_OTEL_COLLECTOR_SERVICE_NAME.service" 2>/dev/null
rm "/etc/init.d/LOGZIO_OTEL_COLLECTOR_SERVICE_NAME" 2>/dev/null

echo -e "service was deleted successfully"
2 changes: 2 additions & 0 deletions resources-mac/otel/delete_service.bash
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ rm "LOGZIO_OTEL_COLLECTOR_SERVICE_PLIST_FILE"
if [[ $? -ne 0 ]]; then
exit 2
fi

echo -e "service was deleted successfully"

0 comments on commit eff666b

Please sign in to comment.