Browse Source

Update postrm

Raphael Schneeberger 7 years ago
parent
commit
914a742ed6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/deb/nginx/postrm

+ 1 - 1
src/deb/nginx/postrm

@@ -1,6 +1,6 @@
 #!/bin/sh
 
-update-rc.d vesta remove >/dev/null 2>&1
+update-rc.d hestia remove >/dev/null 2>&1
 
 
 exit 0