mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02:00
2
debian/postrm
vendored
2
debian/postrm
vendored
@@ -15,7 +15,7 @@ main() {
|
||||
rm -f /etc/systemd/system/dokku-redeploy.service
|
||||
rm -f /etc/update-motd.d/99-dokku
|
||||
|
||||
service nginx reload
|
||||
(nginx -t && service nginx reload) || true
|
||||
|
||||
if [[ "$1" == "purge" ]]; then
|
||||
rm -f ${DOKKU_ROOT}/.dokkurc ${DOKKU_ROOT}/dokkurc ${DOKKU_ROOT}/tls
|
||||
|
||||
Reference in New Issue
Block a user