Skip to content

Commit

Permalink
Update uninstall_sensor.sh
Browse files Browse the repository at this point in the history
Corrected typo from testing
  • Loading branch information
bk-cs committed Dec 2, 2024
1 parent ab5f7a0 commit 1557821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/uninstall_sensor.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkg="falcon-sensor"
if [! -d /run/systemzzz/system ]; then
if [! -d /run/systemd/system ]; then
echo "systemd is required for uninstallation of $pkg" 1>&2
exit 1
fi
Expand Down

0 comments on commit 1557821

Please sign in to comment.