diff options
| author | Joe Carstairs <me@joeac.net> | 2026-08-26 10:32:25 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-08-26 10:32:25 +0100 |
| commit | 5923720b9a3168fbc7f7a5ea31107cd2fc82d826 (patch) | |
| tree | 7cfb99405ad5d7e9165d34953aa215a6d6b24c70 /roles/fcgiwrap/files | |
| parent | 690f218cbdf89327408ea75f2d21fde257a29411 (diff) | |
apk -U upgrade not apk upgrade when updating nginx, fcgiwrap
Diffstat (limited to 'roles/fcgiwrap/files')
| -rw-r--r-- | roles/fcgiwrap/files/update_fcgiwrap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fcgiwrap/files/update_fcgiwrap b/roles/fcgiwrap/files/update_fcgiwrap index f371b5d..a4ec921 100644 --- a/roles/fcgiwrap/files/update_fcgiwrap +++ b/roles/fcgiwrap/files/update_fcgiwrap @@ -1,6 +1,6 @@ #!/bin/sh -apk upgrade +apk -U upgrade fcgiwrap_pid="$(pgrep fcgiwrap | head -n 1)" if [ -z "$fcgiwrap_pid" ] |
