mirror of
https://github.com/dokku/dokku.git
synced 2026-08-29 10:08:53 +02: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