Skip to content

Commit

Permalink
Update oxd-server.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdavnik committed Oct 25, 2018
1 parent 86c37b4 commit 9fbba70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rpmbuild/SPECS/oxd-server.spec
Expand Up @@ -81,11 +81,11 @@ chown -R jetty:jetty /var/log/oxd-server 2>&1

%preun
if [ -x /etc/init.d/oxd-server ] || [ -e /etc/init/oxd-server.conf ]; then
service oxd-server stop > /dev/null 2>&1
/etc/init.d/oxd-server stop > /dev/null 2>&1
fi
chkconfig --del oxd-server
if [ -x /etc/init.d/oxd-https-extension ]; then
service oxd-https-extension stop > /dev/null 2>&1
/etc/init.d/oxd-https-extension stop > /dev/null 2>&1
fi
chkconfig --del oxd-https-extension

Expand Down

0 comments on commit 9fbba70

Please sign in to comment.