Skip to content

Commit

Permalink
Merge pull request quattor#29 from stdweird/no_sshd
Browse files Browse the repository at this point in the history
fix typo: cdp-listend should not mess with sshd
  • Loading branch information
wpoely86 authored Mar 18, 2024
2 parents d8385ef + 07e9397 commit 9139dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
if [ "$1" -eq 0 ]; then # Uninstall rather than upgrade
# Do not stop the service as the uninstall may happen from within the service...
if [ -x /bin/systemctl ]; then
/bin/systemctl --no-reload disable sshd.service > /dev/null 2>&1 || :
/bin/systemctl --no-reload disable ${project.artifactId}.service > /dev/null 2>&1 || :
else
/sbin/chkconfig --del ${project.artifactId}
fi
Expand Down

0 comments on commit 9139dc4

Please sign in to comment.