mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
handle upgrade in debian/preinst script
This commit is contained in:
3
debian/preinst
vendored
3
debian/preinst
vendored
@@ -25,6 +25,9 @@ case "$1" in
|
||||
service nginx reload
|
||||
;;
|
||||
|
||||
upgrade)
|
||||
;;
|
||||
|
||||
abort-upgrade)
|
||||
;;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user