Skip to content

Commit

Permalink
Update prerm
Browse files Browse the repository at this point in the history
  • Loading branch information
nikdavnik committed Oct 24, 2018
1 parent 0ad2c20 commit 6030be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions debian/prerm
Expand Up @@ -2,12 +2,12 @@

# Stopping oxd-server
if [ -x /etc/init.d/oxd-server ]; then
/etc/init.d/oxd-server stop > /dev/null 2>&1
/etc/init.d/oxd-server stop > /dev/null 2>&1 &
fi

# Stopping oxd-https-extension
if [ -x /etc/init.d/oxd-https-extension ]; then
/etc/init.d/oxd-https-extension stop > /dev/null 2>&1
/etc/init.d/oxd-https-extension stop > /dev/null 2>&1 &
fi

exit 0

0 comments on commit 6030be0

Please sign in to comment.